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=490
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=491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=489",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 490,
    "results": [
        {
            "start": 864132855,
            "stop": 864133418
        },
        {
            "start": 864135065,
            "stop": 864135066
        },
        {
            "start": 864135068,
            "stop": 864135069
        },
        {
            "start": 864135070,
            "stop": 864135072
        },
        {
            "start": 864135078,
            "stop": 864135080
        },
        {
            "start": 864135082,
            "stop": 864135091
        },
        {
            "start": 864135092,
            "stop": 864135095
        },
        {
            "start": 864135096,
            "stop": 864135099
        },
        {
            "start": 864135100,
            "stop": 864135103
        },
        {
            "start": 864135105,
            "stop": 864135108
        },
        {
            "start": 864135110,
            "stop": 864135117
        },
        {
            "start": 864135119,
            "stop": 864135129
        },
        {
            "start": 864135130,
            "stop": 864135140
        },
        {
            "start": 864135142,
            "stop": 864135149
        },
        {
            "start": 864135151,
            "stop": 864135159
        },
        {
            "start": 864135161,
            "stop": 864135163
        },
        {
            "start": 864135164,
            "stop": 864135196
        },
        {
            "start": 864135197,
            "stop": 864135209
        },
        {
            "start": 864135211,
            "stop": 864135218
        },
        {
            "start": 864135220,
            "stop": 864135235
        }
    ]
}