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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=243",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 244,
    "results": [
        {
            "start": 931464562,
            "stop": 931464565
        },
        {
            "start": 931464567,
            "stop": 931464627
        },
        {
            "start": 931464629,
            "stop": 931464637
        },
        {
            "start": 931464641,
            "stop": 931464668
        },
        {
            "start": 931464670,
            "stop": 931464697
        },
        {
            "start": 931464699,
            "stop": 931464712
        },
        {
            "start": 931464714,
            "stop": 931464717
        },
        {
            "start": 931464719,
            "stop": 931464721
        },
        {
            "start": 931464723,
            "stop": 931464732
        },
        {
            "start": 931464737,
            "stop": 931464753
        },
        {
            "start": 931464756,
            "stop": 931464782
        },
        {
            "start": 931464784,
            "stop": 931464790
        },
        {
            "start": 931464792,
            "stop": 931464804
        },
        {
            "start": 931464806,
            "stop": 931464823
        },
        {
            "start": 931464825,
            "stop": 931464829
        },
        {
            "start": 931464831,
            "stop": 931464839
        },
        {
            "start": 931464841,
            "stop": 931464849
        },
        {
            "start": 931464851,
            "stop": 931464853
        },
        {
            "start": 931464855,
            "stop": 931464857
        },
        {
            "start": 931464860,
            "stop": 931464880
        }
    ]
}