Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=632
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=633",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=631",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 632,
    "results": [
        {
            "start": 1263478728,
            "stop": 1263478731
        },
        {
            "start": 1263508248,
            "stop": 1263509007
        },
        {
            "start": 1263509015,
            "stop": 1263510654
        },
        {
            "start": 1263510657,
            "stop": 1263512347
        },
        {
            "start": 1263512350,
            "stop": 1263513680
        },
        {
            "start": 1263513684,
            "stop": 1263514217
        },
        {
            "start": 1263522105,
            "stop": 1263523605
        },
        {
            "start": 1263523608,
            "stop": 1263523914
        },
        {
            "start": 1263523922,
            "stop": 1263525985
        },
        {
            "start": 1263525988,
            "stop": 1263526626
        },
        {
            "start": 1263526629,
            "stop": 1263528014
        },
        {
            "start": 1263528022,
            "stop": 1263528542
        },
        {
            "start": 1263532867,
            "stop": 1263535059
        },
        {
            "start": 1263535067,
            "stop": 1263536526
        },
        {
            "start": 1263536529,
            "stop": 1263538216
        },
        {
            "start": 1263538219,
            "stop": 1263538557
        },
        {
            "start": 1263538560,
            "stop": 1263539661
        },
        {
            "start": 1263539664,
            "stop": 1263540363
        },
        {
            "start": 1263540366,
            "stop": 1263541385
        },
        {
            "start": 1263541386,
            "stop": 1263541387
        }
    ]
}