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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=32",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 33,
    "results": [
        {
            "start": 819036971,
            "stop": 819037066
        },
        {
            "start": 819037112,
            "stop": 819037117
        },
        {
            "start": 819037149,
            "stop": 819037167
        },
        {
            "start": 819037242,
            "stop": 819037395
        },
        {
            "start": 819037429,
            "stop": 819037433
        },
        {
            "start": 819038616,
            "stop": 819039241
        },
        {
            "start": 819040881,
            "stop": 819041001
        },
        {
            "start": 819052573,
            "stop": 819054076
        },
        {
            "start": 819054148,
            "stop": 819054611
        },
        {
            "start": 819069223,
            "stop": 819073394
        },
        {
            "start": 819073396,
            "stop": 819075136
        },
        {
            "start": 819082518,
            "stop": 819088903
        },
        {
            "start": 819090205,
            "stop": 819092312
        },
        {
            "start": 819092367,
            "stop": 819093058
        },
        {
            "start": 819093586,
            "stop": 819096682
        },
        {
            "start": 819103166,
            "stop": 819109798
        },
        {
            "start": 819109800,
            "stop": 819114851
        },
        {
            "start": 819114897,
            "stop": 819118762
        },
        {
            "start": 819118765,
            "stop": 819118778
        },
        {
            "start": 819118780,
            "stop": 819120482
        }
    ]
}