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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=155",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 156,
    "results": [
        {
            "start": 1264344307,
            "stop": 1264344311
        },
        {
            "start": 1264344314,
            "stop": 1264344315
        },
        {
            "start": 1264344318,
            "stop": 1264344324
        },
        {
            "start": 1264344325,
            "stop": 1264344338
        },
        {
            "start": 1264344341,
            "stop": 1264346158
        },
        {
            "start": 1264346159,
            "stop": 1264346172
        },
        {
            "start": 1264346173,
            "stop": 1264346174
        },
        {
            "start": 1264346175,
            "stop": 1264346177
        },
        {
            "start": 1264346178,
            "stop": 1264346179
        },
        {
            "start": 1264346181,
            "stop": 1264346204
        },
        {
            "start": 1264346205,
            "stop": 1264346698
        },
        {
            "start": 1264346699,
            "stop": 1264346761
        },
        {
            "start": 1264346763,
            "stop": 1264346829
        },
        {
            "start": 1264346830,
            "stop": 1264346831
        },
        {
            "start": 1264346832,
            "stop": 1264346833
        },
        {
            "start": 1264346834,
            "stop": 1264346949
        },
        {
            "start": 1264346950,
            "stop": 1264346969
        },
        {
            "start": 1264346970,
            "stop": 1264346981
        },
        {
            "start": 1264346982,
            "stop": 1264346986
        },
        {
            "start": 1264346987,
            "stop": 1264346988
        }
    ]
}