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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=95",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 96,
    "results": [
        {
            "start": 817034666,
            "stop": 817035183
        },
        {
            "start": 817035186,
            "stop": 817037814
        },
        {
            "start": 817037817,
            "stop": 817038625
        },
        {
            "start": 817038628,
            "stop": 817039283
        },
        {
            "start": 817039286,
            "stop": 817039353
        },
        {
            "start": 817039357,
            "stop": 817039776
        },
        {
            "start": 817039779,
            "stop": 817040071
        },
        {
            "start": 817040074,
            "stop": 817042610
        },
        {
            "start": 817042613,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817043599
        },
        {
            "start": 817043602,
            "stop": 817045470
        },
        {
            "start": 817045473,
            "stop": 817045876
        },
        {
            "start": 817045880,
            "stop": 817046126
        },
        {
            "start": 817046129,
            "stop": 817046299
        },
        {
            "start": 817046302,
            "stop": 817047643
        },
        {
            "start": 817047647,
            "stop": 817048443
        },
        {
            "start": 817048445,
            "stop": 817057099
        },
        {
            "start": 817057102,
            "stop": 817057104
        },
        {
            "start": 817057107,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817065384
        }
    ]
}