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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=510",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 511,
    "results": [
        {
            "start": 866581290,
            "stop": 866606158
        },
        {
            "start": 866609724,
            "stop": 866617654
        },
        {
            "start": 866618346,
            "stop": 866634604
        },
        {
            "start": 866634838,
            "stop": 866641969
        },
        {
            "start": 866641971,
            "stop": 866644940
        },
        {
            "start": 866647599,
            "stop": 866660928
        },
        {
            "start": 866661719,
            "stop": 866671310
        },
        {
            "start": 866671446,
            "stop": 866680789
        },
        {
            "start": 866680791,
            "stop": 866683772
        },
        {
            "start": 866689632,
            "stop": 866706615
        },
        {
            "start": 866707268,
            "stop": 866707641
        },
        {
            "start": 866707878,
            "stop": 866728055
        },
        {
            "start": 866729372,
            "stop": 866736235
        },
        {
            "start": 866737585,
            "stop": 866746404
        },
        {
            "start": 866746680,
            "stop": 866756808
        },
        {
            "start": 866756936,
            "stop": 866787186
        },
        {
            "start": 866788514,
            "stop": 866803723
        },
        {
            "start": 866803725,
            "stop": 866810193
        },
        {
            "start": 866811097,
            "stop": 866811253
        },
        {
            "start": 866811255,
            "stop": 866812060
        }
    ]
}