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_CAT3/segments?format=api&page=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=187",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 188,
    "results": [
        {
            "start": 1264375873,
            "stop": 1264375912
        },
        {
            "start": 1264375914,
            "stop": 1264375931
        },
        {
            "start": 1264375932,
            "stop": 1264375933
        },
        {
            "start": 1264375934,
            "stop": 1264375993
        },
        {
            "start": 1264375995,
            "stop": 1264376023
        },
        {
            "start": 1264376026,
            "stop": 1264376032
        },
        {
            "start": 1264376035,
            "stop": 1264376041
        },
        {
            "start": 1264376043,
            "stop": 1264376138
        },
        {
            "start": 1264376139,
            "stop": 1264376181
        },
        {
            "start": 1264376183,
            "stop": 1264376228
        },
        {
            "start": 1264376229,
            "stop": 1264376246
        },
        {
            "start": 1264376247,
            "stop": 1264376248
        },
        {
            "start": 1264376249,
            "stop": 1264376298
        },
        {
            "start": 1264376299,
            "stop": 1264376314
        },
        {
            "start": 1264376319,
            "stop": 1264376323
        },
        {
            "start": 1264376327,
            "stop": 1264376379
        },
        {
            "start": 1264376381,
            "stop": 1264376394
        },
        {
            "start": 1264376395,
            "stop": 1264376396
        },
        {
            "start": 1264376397,
            "stop": 1264376402
        },
        {
            "start": 1264376405,
            "stop": 1264376529
        }
    ]
}