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/L1_BURST_CAT2/segments?format=api&page=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=75",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 76,
    "results": [
        {
            "start": 1258643735,
            "stop": 1258645115
        },
        {
            "start": 1258645119,
            "stop": 1258649466
        },
        {
            "start": 1258649469,
            "stop": 1258649892
        },
        {
            "start": 1258649896,
            "stop": 1258650252
        },
        {
            "start": 1258650253,
            "stop": 1258652631
        },
        {
            "start": 1258652633,
            "stop": 1258653190
        },
        {
            "start": 1258653195,
            "stop": 1258654574
        },
        {
            "start": 1258654576,
            "stop": 1258654832
        },
        {
            "start": 1258654836,
            "stop": 1258656413
        },
        {
            "start": 1258656417,
            "stop": 1258662584
        },
        {
            "start": 1258662587,
            "stop": 1258664557
        },
        {
            "start": 1258664560,
            "stop": 1258665441
        },
        {
            "start": 1258665444,
            "stop": 1258666052
        },
        {
            "start": 1258666054,
            "stop": 1258667195
        },
        {
            "start": 1258667198,
            "stop": 1258668213
        },
        {
            "start": 1258668216,
            "stop": 1258669290
        },
        {
            "start": 1258669293,
            "stop": 1258672995
        },
        {
            "start": 1258672997,
            "stop": 1258673636
        },
        {
            "start": 1258673638,
            "stop": 1258675282
        },
        {
            "start": 1258675285,
            "stop": 1258675898
        }
    ]
}