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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=218",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 219,
    "results": [
        {
            "start": 842915864,
            "stop": 842915879
        },
        {
            "start": 842915883,
            "stop": 842915908
        },
        {
            "start": 842915927,
            "stop": 842915932
        },
        {
            "start": 842915947,
            "stop": 842915952
        },
        {
            "start": 842915956,
            "stop": 842915971
        },
        {
            "start": 842915976,
            "stop": 842916000
        },
        {
            "start": 842916004,
            "stop": 842916052
        },
        {
            "start": 842916056,
            "stop": 842916253
        },
        {
            "start": 842916275,
            "stop": 842916276
        },
        {
            "start": 842916404,
            "stop": 842916408
        },
        {
            "start": 842916417,
            "stop": 842916437
        },
        {
            "start": 842916441,
            "stop": 842916508
        },
        {
            "start": 842916512,
            "stop": 842916543
        },
        {
            "start": 842916567,
            "stop": 842916586
        },
        {
            "start": 842916590,
            "stop": 842916629
        },
        {
            "start": 842916638,
            "stop": 842916733
        },
        {
            "start": 842922491,
            "stop": 842922637
        },
        {
            "start": 842922641,
            "stop": 842922661
        },
        {
            "start": 842922665,
            "stop": 842922676
        },
        {
            "start": 842922680,
            "stop": 842922695
        }
    ]
}