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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=94",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 95,
    "results": [
        {
            "start": 824702989,
            "stop": 824704368
        },
        {
            "start": 824704512,
            "stop": 824706442
        },
        {
            "start": 824708189,
            "stop": 824717958
        },
        {
            "start": 824717960,
            "stop": 824717965
        },
        {
            "start": 824717967,
            "stop": 824717988
        },
        {
            "start": 824717990,
            "stop": 824717993
        },
        {
            "start": 824717995,
            "stop": 824718005
        },
        {
            "start": 824718009,
            "stop": 824718152
        },
        {
            "start": 824718154,
            "stop": 824718156
        },
        {
            "start": 824718158,
            "stop": 824718970
        },
        {
            "start": 824720695,
            "stop": 824730853
        },
        {
            "start": 824730855,
            "stop": 824731095
        },
        {
            "start": 824731097,
            "stop": 824731167
        },
        {
            "start": 824732677,
            "stop": 824732690
        },
        {
            "start": 824732696,
            "stop": 824733329
        },
        {
            "start": 824733331,
            "stop": 824734506
        },
        {
            "start": 824735376,
            "stop": 824735563
        },
        {
            "start": 824737348,
            "stop": 824738625
        },
        {
            "start": 824738628,
            "stop": 824738814
        },
        {
            "start": 824739920,
            "stop": 824740489
        }
    ]
}