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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=897",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=895",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 896,
    "results": [
        {
            "start": 971310395,
            "stop": 971310560
        },
        {
            "start": 971311500,
            "stop": 971311705
        },
        {
            "start": 971311711,
            "stop": 971312162
        },
        {
            "start": 971315503,
            "stop": 971315549
        },
        {
            "start": 971316931,
            "stop": 971317315
        },
        {
            "start": 971317321,
            "stop": 971317494
        },
        {
            "start": 971318109,
            "stop": 971318159
        },
        {
            "start": 971319030,
            "stop": 971319102
        },
        {
            "start": 971319871,
            "stop": 971319913
        },
        {
            "start": 971319919,
            "stop": 971319998
        },
        {
            "start": 971320004,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332642
        },
        {
            "start": 971339358,
            "stop": 971339456
        },
        {
            "start": 971347544,
            "stop": 971347626
        },
        {
            "start": 971347632,
            "stop": 971347754
        },
        {
            "start": 971373812,
            "stop": 971374030
        },
        {
            "start": 971374036,
            "stop": 971374138
        },
        {
            "start": 971374144,
            "stop": 971374836
        },
        {
            "start": 971374842,
            "stop": 971375067
        },
        {
            "start": 971375073,
            "stop": 971375221
        }
    ]
}