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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=276",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 277,
    "results": [
        {
            "start": 866490642,
            "stop": 866532715
        },
        {
            "start": 866533461,
            "stop": 866535554
        },
        {
            "start": 866535748,
            "stop": 866549321
        },
        {
            "start": 866549478,
            "stop": 866554517
        },
        {
            "start": 866556328,
            "stop": 866557500
        },
        {
            "start": 866557972,
            "stop": 866558145
        },
        {
            "start": 866561332,
            "stop": 866567180
        },
        {
            "start": 866569094,
            "stop": 866569149
        },
        {
            "start": 866569756,
            "stop": 866578690
        },
        {
            "start": 866581290,
            "stop": 866606158
        },
        {
            "start": 866609724,
            "stop": 866617654
        },
        {
            "start": 866618346,
            "stop": 866634604
        },
        {
            "start": 866634838,
            "stop": 866644940
        },
        {
            "start": 866647599,
            "stop": 866660928
        },
        {
            "start": 866661719,
            "stop": 866671310
        },
        {
            "start": 866671446,
            "stop": 866683795
        },
        {
            "start": 866689632,
            "stop": 866706615
        },
        {
            "start": 866707268,
            "stop": 866707641
        },
        {
            "start": 866707878,
            "stop": 866728055
        },
        {
            "start": 866729372,
            "stop": 866736258
        }
    ]
}