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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=457",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=455",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 456,
    "results": [
        {
            "start": 1268627788,
            "stop": 1268627799
        },
        {
            "start": 1268627800,
            "stop": 1268627815
        },
        {
            "start": 1268627816,
            "stop": 1268627836
        },
        {
            "start": 1268627837,
            "stop": 1268627843
        },
        {
            "start": 1268627844,
            "stop": 1268627855
        },
        {
            "start": 1268627856,
            "stop": 1268642751
        },
        {
            "start": 1268642844,
            "stop": 1268665630
        },
        {
            "start": 1268665631,
            "stop": 1268680942
        },
        {
            "start": 1268680943,
            "stop": 1268680948
        },
        {
            "start": 1268680949,
            "stop": 1268680950
        },
        {
            "start": 1268680960,
            "stop": 1268681516
        },
        {
            "start": 1268685500,
            "stop": 1268714488
        },
        {
            "start": 1268714540,
            "stop": 1268760671
        },
        {
            "start": 1268764432,
            "stop": 1268770943
        },
        {
            "start": 1268772994,
            "stop": 1268781067
        },
        {
            "start": 1268781068,
            "stop": 1268781235
        },
        {
            "start": 1268781236,
            "stop": 1268801928
        },
        {
            "start": 1268801929,
            "stop": 1268822734
        },
        {
            "start": 1268822735,
            "stop": 1268845029
        },
        {
            "start": 1268845030,
            "stop": 1268846066
        }
    ]
}