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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=527",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 528,
    "results": [
        {
            "start": 827171760,
            "stop": 827171873
        },
        {
            "start": 827171876,
            "stop": 827172000
        },
        {
            "start": 827172120,
            "stop": 827172174
        },
        {
            "start": 827172177,
            "stop": 827172178
        },
        {
            "start": 827172184,
            "stop": 827172250
        },
        {
            "start": 827172256,
            "stop": 827172290
        },
        {
            "start": 827172293,
            "stop": 827172578
        },
        {
            "start": 827172581,
            "stop": 827172734
        },
        {
            "start": 827172744,
            "stop": 827172771
        },
        {
            "start": 827172774,
            "stop": 827172776
        },
        {
            "start": 827172779,
            "stop": 827172812
        },
        {
            "start": 827172815,
            "stop": 827172897
        },
        {
            "start": 827172901,
            "stop": 827172949
        },
        {
            "start": 827172952,
            "stop": 827172954
        },
        {
            "start": 827172957,
            "stop": 827173298
        },
        {
            "start": 827173301,
            "stop": 827173348
        },
        {
            "start": 827173351,
            "stop": 827173446
        },
        {
            "start": 827173449,
            "stop": 827173470
        },
        {
            "start": 827173533,
            "stop": 827173933
        },
        {
            "start": 827173937,
            "stop": 827174259
        }
    ]
}