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_BURST_CAT2/segments?format=api&page=393
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=392",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 393,
    "results": [
        {
            "start": 1264344039,
            "stop": 1264344042
        },
        {
            "start": 1264344044,
            "stop": 1264344045
        },
        {
            "start": 1264344046,
            "stop": 1264344299
        },
        {
            "start": 1264344301,
            "stop": 1264344302
        },
        {
            "start": 1264344304,
            "stop": 1264344306
        },
        {
            "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
        }
    ]
}