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/S5/timelines/H1_BURST_CAT1/segments?format=api&page=76
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=75",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 76,
    "results": [
        {
            "start": 824964931,
            "stop": 824965090
        },
        {
            "start": 824965390,
            "stop": 824965651
        },
        {
            "start": 824965951,
            "stop": 824966227
        },
        {
            "start": 824966786,
            "stop": 824966804
        },
        {
            "start": 824967400,
            "stop": 824968202
        },
        {
            "start": 824974879,
            "stop": 824975276
        },
        {
            "start": 824975576,
            "stop": 824975782
        },
        {
            "start": 824977858,
            "stop": 824977905
        },
        {
            "start": 824978205,
            "stop": 824978359
        },
        {
            "start": 824978659,
            "stop": 824979129
        },
        {
            "start": 824979502,
            "stop": 824979596
        },
        {
            "start": 824979706,
            "stop": 824979723
        },
        {
            "start": 824980023,
            "stop": 824983326
        },
        {
            "start": 824983436,
            "stop": 824983496
        },
        {
            "start": 824983796,
            "stop": 824989008
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 824999444
        },
        {
            "start": 824999744,
            "stop": 824999938
        },
        {
            "start": 825000048,
            "stop": 825000707
        },
        {
            "start": 825001120,
            "stop": 825002584
        }
    ]
}