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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=549",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=547",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 548,
    "results": [
        {
            "start": 1185198312,
            "stop": 1185198314
        },
        {
            "start": 1185198316,
            "stop": 1185198326
        },
        {
            "start": 1185198348,
            "stop": 1185198349
        },
        {
            "start": 1185198354,
            "stop": 1185198355
        },
        {
            "start": 1185198357,
            "stop": 1185198358
        },
        {
            "start": 1185198360,
            "stop": 1185198375
        },
        {
            "start": 1185198377,
            "stop": 1185198382
        },
        {
            "start": 1185198384,
            "stop": 1185198402
        },
        {
            "start": 1185198405,
            "stop": 1185198436
        },
        {
            "start": 1185198438,
            "stop": 1185198445
        },
        {
            "start": 1185198447,
            "stop": 1185199957
        },
        {
            "start": 1185199960,
            "stop": 1185199961
        },
        {
            "start": 1185199965,
            "stop": 1185199966
        },
        {
            "start": 1185199969,
            "stop": 1185199970
        },
        {
            "start": 1185199972,
            "stop": 1185199973
        },
        {
            "start": 1185199976,
            "stop": 1185199981
        },
        {
            "start": 1185199989,
            "stop": 1185200326
        },
        {
            "start": 1185200328,
            "stop": 1185200579
        },
        {
            "start": 1185200582,
            "stop": 1185201276
        },
        {
            "start": 1185201279,
            "stop": 1185201281
        }
    ]
}