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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=52",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 53,
    "results": [
        {
            "start": 1262692216,
            "stop": 1262692220
        },
        {
            "start": 1262692222,
            "stop": 1262692226
        },
        {
            "start": 1262692227,
            "stop": 1262692228
        },
        {
            "start": 1262692230,
            "stop": 1262692262
        },
        {
            "start": 1262692264,
            "stop": 1262692481
        },
        {
            "start": 1262692482,
            "stop": 1262692487
        },
        {
            "start": 1262692489,
            "stop": 1262692557
        },
        {
            "start": 1262692559,
            "stop": 1262692563
        },
        {
            "start": 1262692565,
            "stop": 1262692581
        },
        {
            "start": 1262692585,
            "stop": 1262692590
        },
        {
            "start": 1262692592,
            "stop": 1262692661
        },
        {
            "start": 1262692663,
            "stop": 1262692668
        },
        {
            "start": 1262692671,
            "stop": 1262692686
        },
        {
            "start": 1262692688,
            "stop": 1262692689
        },
        {
            "start": 1262692691,
            "stop": 1262692721
        },
        {
            "start": 1262692724,
            "stop": 1262692791
        },
        {
            "start": 1262692793,
            "stop": 1262692836
        },
        {
            "start": 1262692837,
            "stop": 1262692841
        },
        {
            "start": 1262692844,
            "stop": 1262692885
        },
        {
            "start": 1262692886,
            "stop": 1262692915
        }
    ]
}