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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=29",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 30,
    "results": [
        {
            "start": 1262179627,
            "stop": 1262186855
        },
        {
            "start": 1262186856,
            "stop": 1262187164
        },
        {
            "start": 1262187165,
            "stop": 1262187415
        },
        {
            "start": 1262187416,
            "stop": 1262187656
        },
        {
            "start": 1262187657,
            "stop": 1262187899
        },
        {
            "start": 1262187900,
            "stop": 1262188140
        },
        {
            "start": 1262188141,
            "stop": 1262188410
        },
        {
            "start": 1262188411,
            "stop": 1262188728
        },
        {
            "start": 1262198078,
            "stop": 1262198857
        },
        {
            "start": 1262200958,
            "stop": 1262201479
        },
        {
            "start": 1262201480,
            "stop": 1262201838
        },
        {
            "start": 1262201839,
            "stop": 1262202079
        },
        {
            "start": 1262202080,
            "stop": 1262203364
        },
        {
            "start": 1262203365,
            "stop": 1262203884
        },
        {
            "start": 1262203885,
            "stop": 1262204124
        },
        {
            "start": 1262204125,
            "stop": 1262204357
        },
        {
            "start": 1262204358,
            "stop": 1262204586
        },
        {
            "start": 1262204587,
            "stop": 1262204861
        },
        {
            "start": 1262204862,
            "stop": 1262205817
        },
        {
            "start": 1262205818,
            "stop": 1262206187
        }
    ]
}