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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=332",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 333,
    "results": [
        {
            "start": 1264967213,
            "stop": 1264969846
        },
        {
            "start": 1264969847,
            "stop": 1264970252
        },
        {
            "start": 1264977676,
            "stop": 1264980656
        },
        {
            "start": 1264980657,
            "stop": 1264985477
        },
        {
            "start": 1264985478,
            "stop": 1264985483
        },
        {
            "start": 1264985484,
            "stop": 1264985833
        },
        {
            "start": 1264985834,
            "stop": 1264985836
        },
        {
            "start": 1264985837,
            "stop": 1264985838
        },
        {
            "start": 1264985839,
            "stop": 1264985985
        },
        {
            "start": 1264985986,
            "stop": 1264985989
        },
        {
            "start": 1264985990,
            "stop": 1264985993
        },
        {
            "start": 1264985994,
            "stop": 1264985995
        },
        {
            "start": 1264985996,
            "stop": 1264986000
        },
        {
            "start": 1264986002,
            "stop": 1264986751
        },
        {
            "start": 1264986752,
            "stop": 1264987014
        },
        {
            "start": 1264987015,
            "stop": 1264987236
        },
        {
            "start": 1264987239,
            "stop": 1264987979
        },
        {
            "start": 1264987980,
            "stop": 1264987982
        },
        {
            "start": 1264987983,
            "stop": 1264987990
        },
        {
            "start": 1264987991,
            "stop": 1264987992
        }
    ]
}