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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9867",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9868,
    "results": [
        {
            "start": 874337973,
            "stop": 874338000
        },
        {
            "start": 874338060,
            "stop": 874338117
        },
        {
            "start": 874338134,
            "stop": 874339339
        },
        {
            "start": 874339473,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874341824
        },
        {
            "start": 874341944,
            "stop": 874342378
        },
        {
            "start": 874342587,
            "stop": 874342741
        },
        {
            "start": 874342920,
            "stop": 874342949
        },
        {
            "start": 874342969,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874343375
        },
        {
            "start": 874343392,
            "stop": 874343640
        },
        {
            "start": 874343700,
            "stop": 874343838
        },
        {
            "start": 874343842,
            "stop": 874343861
        },
        {
            "start": 874343868,
            "stop": 874343998
        },
        {
            "start": 874344015,
            "stop": 874344271
        },
        {
            "start": 874344288,
            "stop": 874344508
        },
        {
            "start": 874344525,
            "stop": 874344844
        },
        {
            "start": 874344964,
            "stop": 874345041
        },
        {
            "start": 874345161,
            "stop": 874345486
        },
        {
            "start": 874345680,
            "stop": 874346074
        }
    ]
}