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=440
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=441",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=439",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 440,
    "results": [
        {
            "start": 1268357229,
            "stop": 1268357233
        },
        {
            "start": 1268357235,
            "stop": 1268357817
        },
        {
            "start": 1268357818,
            "stop": 1268358687
        },
        {
            "start": 1268358689,
            "stop": 1268359562
        },
        {
            "start": 1268359564,
            "stop": 1268359565
        },
        {
            "start": 1268359566,
            "stop": 1268359567
        },
        {
            "start": 1268359570,
            "stop": 1268359571
        },
        {
            "start": 1268359576,
            "stop": 1268359579
        },
        {
            "start": 1268359582,
            "stop": 1268359583
        },
        {
            "start": 1268359585,
            "stop": 1268359590
        },
        {
            "start": 1268359592,
            "stop": 1268359593
        },
        {
            "start": 1268359595,
            "stop": 1268359597
        },
        {
            "start": 1268359599,
            "stop": 1268359600
        },
        {
            "start": 1268359602,
            "stop": 1268359605
        },
        {
            "start": 1268359607,
            "stop": 1268359608
        },
        {
            "start": 1268359611,
            "stop": 1268359612
        },
        {
            "start": 1268359616,
            "stop": 1268359620
        },
        {
            "start": 1268359622,
            "stop": 1268359624
        },
        {
            "start": 1268359625,
            "stop": 1268359630
        },
        {
            "start": 1268359631,
            "stop": 1268359632
        }
    ]
}