Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=793
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=794",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=792",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 793,
    "results": [
        {
            "start": 1249834766,
            "stop": 1249835115
        },
        {
            "start": 1249835118,
            "stop": 1249836423
        },
        {
            "start": 1249836426,
            "stop": 1249836719
        },
        {
            "start": 1249836724,
            "stop": 1249837137
        },
        {
            "start": 1249837141,
            "stop": 1249837208
        },
        {
            "start": 1249837213,
            "stop": 1249837282
        },
        {
            "start": 1249837286,
            "stop": 1249837551
        },
        {
            "start": 1249837555,
            "stop": 1249837630
        },
        {
            "start": 1249837634,
            "stop": 1249837647
        },
        {
            "start": 1249837651,
            "stop": 1249839000
        },
        {
            "start": 1249839004,
            "stop": 1249840011
        },
        {
            "start": 1249840016,
            "stop": 1249840507
        },
        {
            "start": 1249840509,
            "stop": 1249840638
        },
        {
            "start": 1249840642,
            "stop": 1249841027
        },
        {
            "start": 1249841030,
            "stop": 1249841210
        },
        {
            "start": 1249841215,
            "stop": 1249841281
        },
        {
            "start": 1249841282,
            "stop": 1249841887
        },
        {
            "start": 1249841892,
            "stop": 1249842739
        },
        {
            "start": 1249842742,
            "stop": 1249843879
        },
        {
            "start": 1249843881,
            "stop": 1249843929
        }
    ]
}