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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 159,
    "results": [
        {
            "start": 1260937721,
            "stop": 1260943593
        },
        {
            "start": 1260943596,
            "stop": 1260948304
        },
        {
            "start": 1260948308,
            "stop": 1260949616
        },
        {
            "start": 1260949619,
            "stop": 1260951290
        },
        {
            "start": 1260951295,
            "stop": 1260952748
        },
        {
            "start": 1260952751,
            "stop": 1260953557
        },
        {
            "start": 1260953562,
            "stop": 1260954068
        },
        {
            "start": 1260954072,
            "stop": 1260956225
        },
        {
            "start": 1260956230,
            "stop": 1260956884
        },
        {
            "start": 1260956889,
            "stop": 1260957845
        },
        {
            "start": 1260957849,
            "stop": 1260958074
        },
        {
            "start": 1260958079,
            "stop": 1260962325
        },
        {
            "start": 1260962330,
            "stop": 1260962445
        },
        {
            "start": 1260962447,
            "stop": 1260962668
        },
        {
            "start": 1260962926,
            "stop": 1260964159
        },
        {
            "start": 1260964164,
            "stop": 1260964242
        },
        {
            "start": 1260964246,
            "stop": 1260965617
        },
        {
            "start": 1260965622,
            "stop": 1260967762
        },
        {
            "start": 1260967766,
            "stop": 1260969189
        },
        {
            "start": 1260969328,
            "stop": 1260969463
        }
    ]
}