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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4749",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4750,
    "results": [
        {
            "start": 874521887,
            "stop": 874521893
        },
        {
            "start": 874521912,
            "stop": 874521923
        },
        {
            "start": 874522651,
            "stop": 874522663
        },
        {
            "start": 874522952,
            "stop": 874522980
        },
        {
            "start": 874523040,
            "stop": 874523041
        },
        {
            "start": 874523076,
            "stop": 874523100
        },
        {
            "start": 874523430,
            "stop": 874523433
        },
        {
            "start": 874523887,
            "stop": 874523912
        },
        {
            "start": 874535621,
            "stop": 874535700
        },
        {
            "start": 874535820,
            "stop": 874535880
        },
        {
            "start": 874536000,
            "stop": 874536043
        },
        {
            "start": 874538124,
            "stop": 874538176
        },
        {
            "start": 874538296,
            "stop": 874538520
        },
        {
            "start": 874538580,
            "stop": 874539000
        },
        {
            "start": 874539060,
            "stop": 874539240
        },
        {
            "start": 874539300,
            "stop": 874539420
        },
        {
            "start": 874539780,
            "stop": 874539840
        },
        {
            "start": 874539900,
            "stop": 874540140
        },
        {
            "start": 874540200,
            "stop": 874540260
        },
        {
            "start": 874540440,
            "stop": 874540496
        }
    ]
}