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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8213",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8214,
    "results": [
        {
            "start": 873582710,
            "stop": 873582771
        },
        {
            "start": 873582797,
            "stop": 873583310
        },
        {
            "start": 873583327,
            "stop": 873583664
        },
        {
            "start": 873583681,
            "stop": 873583733
        },
        {
            "start": 873583750,
            "stop": 873583800
        },
        {
            "start": 873583817,
            "stop": 873584009
        },
        {
            "start": 873584026,
            "stop": 873584041
        },
        {
            "start": 873584077,
            "stop": 873584178
        },
        {
            "start": 873584195,
            "stop": 873584691
        },
        {
            "start": 873584708,
            "stop": 873585093
        },
        {
            "start": 873585110,
            "stop": 873585687
        },
        {
            "start": 873585704,
            "stop": 873585721
        },
        {
            "start": 873585738,
            "stop": 873586055
        },
        {
            "start": 873586175,
            "stop": 873586240
        },
        {
            "start": 873586257,
            "stop": 873586518
        },
        {
            "start": 873586535,
            "stop": 873586546
        },
        {
            "start": 873586563,
            "stop": 873586589
        },
        {
            "start": 873586606,
            "stop": 873586786
        },
        {
            "start": 873586803,
            "stop": 873586830
        },
        {
            "start": 873586847,
            "stop": 873586961
        }
    ]
}