Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 23,
    "results": [
        {
            "start": 1369899376,
            "stop": 1369901690
        },
        {
            "start": 1369901695,
            "stop": 1369901749
        },
        {
            "start": 1369901752,
            "stop": 1369905170
        },
        {
            "start": 1369905175,
            "stop": 1369907423
        },
        {
            "start": 1369907428,
            "stop": 1369908680
        },
        {
            "start": 1369908685,
            "stop": 1369911428
        },
        {
            "start": 1369911433,
            "stop": 1369915353
        },
        {
            "start": 1369915358,
            "stop": 1369922212
        },
        {
            "start": 1369939918,
            "stop": 1369940809
        },
        {
            "start": 1369940814,
            "stop": 1369941482
        },
        {
            "start": 1369941487,
            "stop": 1369942483
        },
        {
            "start": 1369942488,
            "stop": 1369944443
        },
        {
            "start": 1369944448,
            "stop": 1369945707
        },
        {
            "start": 1369945733,
            "stop": 1369945921
        },
        {
            "start": 1369945926,
            "stop": 1369946225
        },
        {
            "start": 1369946230,
            "stop": 1369946347
        },
        {
            "start": 1369946352,
            "stop": 1369947147
        },
        {
            "start": 1369947152,
            "stop": 1369947174
        },
        {
            "start": 1369947179,
            "stop": 1369947181
        },
        {
            "start": 1369947191,
            "stop": 1369947221
        }
    ]
}