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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=8",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 9,
    "results": [
        {
            "start": 1258890425,
            "stop": 1258890843
        },
        {
            "start": 1258890844,
            "stop": 1258891793
        },
        {
            "start": 1258891794,
            "stop": 1258892578
        },
        {
            "start": 1258892579,
            "stop": 1258893873
        },
        {
            "start": 1258893874,
            "stop": 1258894789
        },
        {
            "start": 1258894790,
            "stop": 1258895039
        },
        {
            "start": 1258895040,
            "stop": 1258896899
        },
        {
            "start": 1258896900,
            "stop": 1258898489
        },
        {
            "start": 1258898490,
            "stop": 1258901327
        },
        {
            "start": 1258901328,
            "stop": 1258909829
        },
        {
            "start": 1258909830,
            "stop": 1258909833
        },
        {
            "start": 1258909834,
            "stop": 1258909839
        },
        {
            "start": 1258909844,
            "stop": 1258910134
        },
        {
            "start": 1258910135,
            "stop": 1258910138
        },
        {
            "start": 1258910139,
            "stop": 1258910431
        },
        {
            "start": 1258910436,
            "stop": 1258913066
        },
        {
            "start": 1258913067,
            "stop": 1258916330
        },
        {
            "start": 1258916331,
            "stop": 1258921988
        },
        {
            "start": 1258921990,
            "stop": 1258921992
        },
        {
            "start": 1258921993,
            "stop": 1258923614
        }
    ]
}