Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=76",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 77,
    "results": [
        {
            "start": 1262933838,
            "stop": 1262933880
        },
        {
            "start": 1262933881,
            "stop": 1262935635
        },
        {
            "start": 1262935636,
            "stop": 1262936145
        },
        {
            "start": 1262936146,
            "stop": 1262936154
        },
        {
            "start": 1262936155,
            "stop": 1262939993
        },
        {
            "start": 1262939994,
            "stop": 1262944534
        },
        {
            "start": 1262947448,
            "stop": 1262960823
        },
        {
            "start": 1262960824,
            "stop": 1262970140
        },
        {
            "start": 1262970141,
            "stop": 1262972491
        },
        {
            "start": 1262973087,
            "stop": 1262973744
        },
        {
            "start": 1262973745,
            "stop": 1262976038
        },
        {
            "start": 1262976039,
            "stop": 1262978298
        },
        {
            "start": 1262978299,
            "stop": 1262984456
        },
        {
            "start": 1262984457,
            "stop": 1262984805
        },
        {
            "start": 1262984807,
            "stop": 1262985410
        },
        {
            "start": 1262985411,
            "stop": 1263000166
        },
        {
            "start": 1263000167,
            "stop": 1263043728
        },
        {
            "start": 1263043729,
            "stop": 1263043739
        },
        {
            "start": 1263043740,
            "stop": 1263044304
        },
        {
            "start": 1263044305,
            "stop": 1263047818
        }
    ]
}