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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=111",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 112,
    "results": [
        {
            "start": 932588003,
            "stop": 932588770
        },
        {
            "start": 932588775,
            "stop": 932591103
        },
        {
            "start": 932591122,
            "stop": 932591178
        },
        {
            "start": 932591197,
            "stop": 932591524
        },
        {
            "start": 932591542,
            "stop": 932591774
        },
        {
            "start": 932591793,
            "stop": 932592607
        },
        {
            "start": 932592612,
            "stop": 932592962
        },
        {
            "start": 932592981,
            "stop": 932593774
        },
        {
            "start": 932593793,
            "stop": 932594421
        },
        {
            "start": 932594439,
            "stop": 932594557
        },
        {
            "start": 932594585,
            "stop": 932594738
        },
        {
            "start": 932594757,
            "stop": 932594760
        },
        {
            "start": 932594783,
            "stop": 932594795
        },
        {
            "start": 932594814,
            "stop": 932594845
        },
        {
            "start": 932594864,
            "stop": 932594977
        },
        {
            "start": 932594996,
            "stop": 932596552
        },
        {
            "start": 932596570,
            "stop": 932597571
        },
        {
            "start": 932597589,
            "stop": 932598786
        },
        {
            "start": 932598805,
            "stop": 932601203
        },
        {
            "start": 932601222,
            "stop": 932601599
        }
    ]
}