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=424
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=425",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=423",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 424,
    "results": [
        {
            "start": 1267600614,
            "stop": 1267600633
        },
        {
            "start": 1267600634,
            "stop": 1267600636
        },
        {
            "start": 1267600638,
            "stop": 1267600640
        },
        {
            "start": 1267600642,
            "stop": 1267600644
        },
        {
            "start": 1267600645,
            "stop": 1267600646
        },
        {
            "start": 1267600649,
            "stop": 1267600650
        },
        {
            "start": 1267600651,
            "stop": 1267600662
        },
        {
            "start": 1267600665,
            "stop": 1267600668
        },
        {
            "start": 1267600669,
            "stop": 1267600679
        },
        {
            "start": 1267600680,
            "stop": 1267600686
        },
        {
            "start": 1267600688,
            "stop": 1267600689
        },
        {
            "start": 1267600691,
            "stop": 1267600692
        },
        {
            "start": 1267600693,
            "stop": 1267600694
        },
        {
            "start": 1267600697,
            "stop": 1267600698
        },
        {
            "start": 1267600699,
            "stop": 1267600704
        },
        {
            "start": 1267600705,
            "stop": 1267600709
        },
        {
            "start": 1267600714,
            "stop": 1267600716
        },
        {
            "start": 1267600722,
            "stop": 1267600727
        },
        {
            "start": 1267600728,
            "stop": 1267600735
        },
        {
            "start": 1267600736,
            "stop": 1267600739
        }
    ]
}