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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 141,
    "results": [
        {
            "start": 1258277219,
            "stop": 1258278253
        },
        {
            "start": 1258278255,
            "stop": 1258278256
        },
        {
            "start": 1258278257,
            "stop": 1258280813
        },
        {
            "start": 1258280821,
            "stop": 1258281253
        },
        {
            "start": 1258281256,
            "stop": 1258282297
        },
        {
            "start": 1258282300,
            "stop": 1258283852
        },
        {
            "start": 1258283855,
            "stop": 1258284557
        },
        {
            "start": 1258284560,
            "stop": 1258285261
        },
        {
            "start": 1258285269,
            "stop": 1258285600
        },
        {
            "start": 1258285603,
            "stop": 1258285790
        },
        {
            "start": 1258285793,
            "stop": 1258286945
        },
        {
            "start": 1258286948,
            "stop": 1258287573
        },
        {
            "start": 1258287575,
            "stop": 1258288246
        },
        {
            "start": 1258288293,
            "stop": 1258289504
        },
        {
            "start": 1258289513,
            "stop": 1258290343
        },
        {
            "start": 1258290346,
            "stop": 1258290596
        },
        {
            "start": 1258290598,
            "stop": 1258291305
        },
        {
            "start": 1258291308,
            "stop": 1258291968
        },
        {
            "start": 1258291972,
            "stop": 1258294999
        },
        {
            "start": 1258295002,
            "stop": 1258295389
        }
    ]
}