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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=341",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 342,
    "results": [
        {
            "start": 866472800,
            "stop": 866479268
        },
        {
            "start": 866479547,
            "stop": 866489716
        },
        {
            "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": 866683772
        },
        {
            "start": 866689632,
            "stop": 866706615
        },
        {
            "start": 866707268,
            "stop": 866707641
        }
    ]
}