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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=748",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 749,
    "results": [
        {
            "start": 830797312,
            "stop": 830797460
        },
        {
            "start": 830797477,
            "stop": 830797880
        },
        {
            "start": 830797883,
            "stop": 830799065
        },
        {
            "start": 830799082,
            "stop": 830800503
        },
        {
            "start": 830800520,
            "stop": 830800704
        },
        {
            "start": 830801863,
            "stop": 830802842
        },
        {
            "start": 830802863,
            "stop": 830802869
        },
        {
            "start": 830802891,
            "stop": 830803492
        },
        {
            "start": 830803509,
            "stop": 830803578
        },
        {
            "start": 830803595,
            "stop": 830806380
        },
        {
            "start": 830806440,
            "stop": 830806603
        },
        {
            "start": 830806620,
            "stop": 830808844
        },
        {
            "start": 830808866,
            "stop": 830808899
        },
        {
            "start": 830808921,
            "stop": 830808945
        },
        {
            "start": 830808950,
            "stop": 830809413
        },
        {
            "start": 830809430,
            "stop": 830810400
        },
        {
            "start": 830810520,
            "stop": 830811155
        },
        {
            "start": 830812670,
            "stop": 830815334
        },
        {
            "start": 830816366,
            "stop": 830816480
        },
        {
            "start": 830816535,
            "stop": 830816682
        }
    ]
}