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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=55",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 56,
    "results": [
        {
            "start": 825682558,
            "stop": 825683002
        },
        {
            "start": 825690868,
            "stop": 825691758
        },
        {
            "start": 825693037,
            "stop": 825695078
        },
        {
            "start": 825696990,
            "stop": 825697592
        },
        {
            "start": 825697875,
            "stop": 825698383
        },
        {
            "start": 825700595,
            "stop": 825705734
        },
        {
            "start": 825706963,
            "stop": 825709372
        },
        {
            "start": 825716358,
            "stop": 825719197
        },
        {
            "start": 825720736,
            "stop": 825721737
        },
        {
            "start": 825724399,
            "stop": 825748132
        },
        {
            "start": 825748577,
            "stop": 825751665
        },
        {
            "start": 825758954,
            "stop": 825761331
        },
        {
            "start": 825762403,
            "stop": 825771272
        },
        {
            "start": 825776877,
            "stop": 825777085
        },
        {
            "start": 825778861,
            "stop": 825780161
        },
        {
            "start": 825781349,
            "stop": 825781975
        },
        {
            "start": 825782156,
            "stop": 825782178
        },
        {
            "start": 825859032,
            "stop": 825860313
        },
        {
            "start": 825861072,
            "stop": 825862768
        },
        {
            "start": 825864506,
            "stop": 825866650
        }
    ]
}