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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1404",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1405,
    "results": [
        {
            "start": 971309978,
            "stop": 971310016
        },
        {
            "start": 971310018,
            "stop": 971310307
        },
        {
            "start": 971310309,
            "stop": 971310389
        },
        {
            "start": 971310391,
            "stop": 971310560
        },
        {
            "start": 971311500,
            "stop": 971311705
        },
        {
            "start": 971311707,
            "stop": 971312162
        },
        {
            "start": 971315503,
            "stop": 971315549
        },
        {
            "start": 971316931,
            "stop": 971317315
        },
        {
            "start": 971317317,
            "stop": 971317494
        },
        {
            "start": 971318109,
            "stop": 971318159
        },
        {
            "start": 971319030,
            "stop": 971319102
        },
        {
            "start": 971319871,
            "stop": 971319913
        },
        {
            "start": 971319915,
            "stop": 971319998
        },
        {
            "start": 971320000,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332642
        },
        {
            "start": 971339358,
            "stop": 971339456
        },
        {
            "start": 971347540,
            "stop": 971347626
        },
        {
            "start": 971347628,
            "stop": 971347754
        },
        {
            "start": 971373812,
            "stop": 971374030
        },
        {
            "start": 971374032,
            "stop": 971374138
        }
    ]
}