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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=476",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 477,
    "results": [
        {
            "start": 1264399699,
            "stop": 1264399707
        },
        {
            "start": 1264399708,
            "stop": 1264399715
        },
        {
            "start": 1264399717,
            "stop": 1264399769
        },
        {
            "start": 1264399771,
            "stop": 1264399814
        },
        {
            "start": 1264399815,
            "stop": 1264399822
        },
        {
            "start": 1264399824,
            "stop": 1264399828
        },
        {
            "start": 1264399830,
            "stop": 1264399831
        },
        {
            "start": 1264399832,
            "stop": 1264399840
        },
        {
            "start": 1264399841,
            "stop": 1264399847
        },
        {
            "start": 1264399849,
            "stop": 1264399884
        },
        {
            "start": 1264399887,
            "stop": 1264400066
        },
        {
            "start": 1264400069,
            "stop": 1264400190
        },
        {
            "start": 1264400194,
            "stop": 1264400199
        },
        {
            "start": 1264400202,
            "stop": 1264400435
        },
        {
            "start": 1264400437,
            "stop": 1264400503
        },
        {
            "start": 1264400506,
            "stop": 1264400555
        },
        {
            "start": 1264400556,
            "stop": 1264400570
        },
        {
            "start": 1264400571,
            "stop": 1264400572
        },
        {
            "start": 1264400573,
            "stop": 1264400642
        },
        {
            "start": 1264400643,
            "stop": 1264400657
        }
    ]
}