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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=208",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 209,
    "results": [
        {
            "start": 848116701,
            "stop": 848133959
        },
        {
            "start": 848134448,
            "stop": 848155734
        },
        {
            "start": 848157869,
            "stop": 848158319
        },
        {
            "start": 848158619,
            "stop": 848159077
        },
        {
            "start": 848159187,
            "stop": 848159616
        },
        {
            "start": 848160253,
            "stop": 848161273
        },
        {
            "start": 848194707,
            "stop": 848219980
        },
        {
            "start": 848220090,
            "stop": 848220663
        },
        {
            "start": 848220963,
            "stop": 848229659
        },
        {
            "start": 848231622,
            "stop": 848231639
        },
        {
            "start": 848231749,
            "stop": 848231812
        },
        {
            "start": 848232112,
            "stop": 848233984
        },
        {
            "start": 848234363,
            "stop": 848237098
        },
        {
            "start": 848237208,
            "stop": 848237245
        },
        {
            "start": 848237545,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848289139,
            "stop": 848302822
        },
        {
            "start": 848302932,
            "stop": 848304517
        },
        {
            "start": 848304817,
            "stop": 848311555
        },
        {
            "start": 848312048,
            "stop": 848317905
        }
    ]
}