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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=353",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 354,
    "results": [
        {
            "start": 829345262,
            "stop": 829345267
        },
        {
            "start": 829345270,
            "stop": 829345272
        },
        {
            "start": 829345277,
            "stop": 829345283
        },
        {
            "start": 829345285,
            "stop": 829345289
        },
        {
            "start": 829345294,
            "stop": 829345304
        },
        {
            "start": 829345306,
            "stop": 829345307
        },
        {
            "start": 829345312,
            "stop": 829345316
        },
        {
            "start": 829345318,
            "stop": 829345324
        },
        {
            "start": 829345327,
            "stop": 829345328
        },
        {
            "start": 829345333,
            "stop": 829345338
        },
        {
            "start": 829345340,
            "stop": 829345343
        },
        {
            "start": 829345346,
            "stop": 829345347
        },
        {
            "start": 829345352,
            "stop": 829345355
        },
        {
            "start": 829345366,
            "stop": 829345368
        },
        {
            "start": 829345373,
            "stop": 829345374
        },
        {
            "start": 829345376,
            "stop": 829345382
        },
        {
            "start": 829345391,
            "stop": 829345394
        },
        {
            "start": 829345401,
            "stop": 829345406
        },
        {
            "start": 829345410,
            "stop": 829345415
        },
        {
            "start": 829345422,
            "stop": 829345423
        }
    ]
}