Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=47",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 48,
    "results": [
        {
            "start": 817197111,
            "stop": 817197138
        },
        {
            "start": 817197145,
            "stop": 817197220
        },
        {
            "start": 817197227,
            "stop": 817197317
        },
        {
            "start": 817197324,
            "stop": 817197719
        },
        {
            "start": 817197726,
            "stop": 817197759
        },
        {
            "start": 817197766,
            "stop": 817197853
        },
        {
            "start": 817197866,
            "stop": 817200551
        },
        {
            "start": 817200558,
            "stop": 817200707
        },
        {
            "start": 817200715,
            "stop": 817200801
        },
        {
            "start": 817200808,
            "stop": 817201818
        },
        {
            "start": 817201826,
            "stop": 817202281
        },
        {
            "start": 817202288,
            "stop": 817202363
        },
        {
            "start": 817202370,
            "stop": 817202548
        },
        {
            "start": 817202556,
            "stop": 817203347
        },
        {
            "start": 817203355,
            "stop": 817203393
        },
        {
            "start": 817203400,
            "stop": 817209957
        },
        {
            "start": 817209964,
            "stop": 817210066
        },
        {
            "start": 817210080,
            "stop": 817210874
        },
        {
            "start": 817210882,
            "stop": 817211753
        },
        {
            "start": 817211760,
            "stop": 817214128
        }
    ]
}