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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=256",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 257,
    "results": [
        {
            "start": 931468392,
            "stop": 931468395
        },
        {
            "start": 931468397,
            "stop": 931468398
        },
        {
            "start": 931468400,
            "stop": 931468406
        },
        {
            "start": 931468412,
            "stop": 931468414
        },
        {
            "start": 931468416,
            "stop": 931468420
        },
        {
            "start": 931468422,
            "stop": 931468424
        },
        {
            "start": 931468428,
            "stop": 931468435
        },
        {
            "start": 931468439,
            "stop": 931468440
        },
        {
            "start": 931468443,
            "stop": 931468444
        },
        {
            "start": 931468449,
            "stop": 931468450
        },
        {
            "start": 931468453,
            "stop": 931468455
        },
        {
            "start": 931468457,
            "stop": 931468460
        },
        {
            "start": 931468464,
            "stop": 931468466
        },
        {
            "start": 931468468,
            "stop": 931468470
        },
        {
            "start": 931468472,
            "stop": 931468474
        },
        {
            "start": 931468476,
            "stop": 931468477
        },
        {
            "start": 931468479,
            "stop": 931468480
        },
        {
            "start": 931468489,
            "stop": 931468493
        },
        {
            "start": 931468501,
            "stop": 931468502
        },
        {
            "start": 931468504,
            "stop": 931468519
        }
    ]
}