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=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=429",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 430,
    "results": [
        {
            "start": 825539636,
            "stop": 825539637
        },
        {
            "start": 825539654,
            "stop": 825539681
        },
        {
            "start": 825539698,
            "stop": 825539699
        },
        {
            "start": 825539743,
            "stop": 825539754
        },
        {
            "start": 825539778,
            "stop": 825539895
        },
        {
            "start": 825541382,
            "stop": 825545114
        },
        {
            "start": 825545131,
            "stop": 825545133
        },
        {
            "start": 825545151,
            "stop": 825545155
        },
        {
            "start": 825545183,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545771
        },
        {
            "start": 825546686,
            "stop": 825546976
        },
        {
            "start": 825547484,
            "stop": 825551331
        },
        {
            "start": 825551348,
            "stop": 825552549
        },
        {
            "start": 825552566,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825565037
        },
        {
            "start": 825565056,
            "stop": 825574027
        },
        {
            "start": 825574050,
            "stop": 825576422
        },
        {
            "start": 825576439,
            "stop": 825578970
        },
        {
            "start": 825579030,
            "stop": 825579038
        },
        {
            "start": 825579150,
            "stop": 825579968
        }
    ]
}