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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=51",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 52,
    "results": [
        {
            "start": 821186877,
            "stop": 821187872
        },
        {
            "start": 821197359,
            "stop": 821198029
        },
        {
            "start": 821230099,
            "stop": 821230196
        },
        {
            "start": 821231549,
            "stop": 821237785
        },
        {
            "start": 821240242,
            "stop": 821243142
        },
        {
            "start": 821245030,
            "stop": 821246770
        },
        {
            "start": 821246772,
            "stop": 821247614
        },
        {
            "start": 821247730,
            "stop": 821247871
        },
        {
            "start": 821247985,
            "stop": 821253129
        },
        {
            "start": 821253217,
            "stop": 821253925
        },
        {
            "start": 821254008,
            "stop": 821263275
        },
        {
            "start": 821263277,
            "stop": 821263316
        },
        {
            "start": 821263318,
            "stop": 821263332
        },
        {
            "start": 821263334,
            "stop": 821263409
        },
        {
            "start": 821263411,
            "stop": 821263591
        },
        {
            "start": 821263594,
            "stop": 821263619
        },
        {
            "start": 821264481,
            "stop": 821268391
        },
        {
            "start": 821268462,
            "stop": 821268630
        },
        {
            "start": 821268715,
            "stop": 821269474
        },
        {
            "start": 821269585,
            "stop": 821273227
        }
    ]
}