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=627
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=628",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=626",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 627,
    "results": [
        {
            "start": 1263326104,
            "stop": 1263327117
        },
        {
            "start": 1263327120,
            "stop": 1263328961
        },
        {
            "start": 1263328964,
            "stop": 1263330216
        },
        {
            "start": 1263332913,
            "stop": 1263333566
        },
        {
            "start": 1263333569,
            "stop": 1263333852
        },
        {
            "start": 1263333861,
            "stop": 1263337422
        },
        {
            "start": 1263337425,
            "stop": 1263339629
        },
        {
            "start": 1263339637,
            "stop": 1263343224
        },
        {
            "start": 1263343227,
            "stop": 1263345340
        },
        {
            "start": 1263345343,
            "stop": 1263346740
        },
        {
            "start": 1263346743,
            "stop": 1263347642
        },
        {
            "start": 1263347645,
            "stop": 1263348857
        },
        {
            "start": 1263348860,
            "stop": 1263351557
        },
        {
            "start": 1263351560,
            "stop": 1263353223
        },
        {
            "start": 1263353226,
            "stop": 1263354652
        },
        {
            "start": 1263354655,
            "stop": 1263355923
        },
        {
            "start": 1263355926,
            "stop": 1263359892
        },
        {
            "start": 1263359895,
            "stop": 1263360771
        },
        {
            "start": 1263360774,
            "stop": 1263361229
        },
        {
            "start": 1263361232,
            "stop": 1263362328
        }
    ]
}