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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=33",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 34,
    "results": [
        {
            "start": 939342834,
            "stop": 939344484
        },
        {
            "start": 939345257,
            "stop": 939345300
        },
        {
            "start": 939345868,
            "stop": 939347922
        },
        {
            "start": 939351379,
            "stop": 939351458
        },
        {
            "start": 939352148,
            "stop": 939352220
        },
        {
            "start": 939352895,
            "stop": 939353744
        },
        {
            "start": 939355064,
            "stop": 939357408
        },
        {
            "start": 939363438,
            "stop": 939365326
        },
        {
            "start": 939366309,
            "stop": 939369681
        },
        {
            "start": 939370616,
            "stop": 939374898
        },
        {
            "start": 939375461,
            "stop": 939376309
        },
        {
            "start": 939377928,
            "stop": 939378710
        },
        {
            "start": 939382526,
            "stop": 939383968
        },
        {
            "start": 939385064,
            "stop": 939386883
        },
        {
            "start": 939387315,
            "stop": 939388411
        },
        {
            "start": 939389724,
            "stop": 939390603
        },
        {
            "start": 939394712,
            "stop": 939395708
        },
        {
            "start": 939396457,
            "stop": 939399991
        },
        {
            "start": 939403330,
            "stop": 939405355
        },
        {
            "start": 939407693,
            "stop": 939408162
        }
    ]
}