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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=405",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 406,
    "results": [
        {
            "start": 938247354,
            "stop": 938252796
        },
        {
            "start": 938254947,
            "stop": 938259067
        },
        {
            "start": 938267235,
            "stop": 938273143
        },
        {
            "start": 938320179,
            "stop": 938325448
        },
        {
            "start": 938335283,
            "stop": 938335294
        },
        {
            "start": 938337457,
            "stop": 938337471
        },
        {
            "start": 938353157,
            "stop": 938363860
        },
        {
            "start": 938365976,
            "stop": 938373285
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426666
        },
        {
            "start": 938430855,
            "stop": 938432685
        },
        {
            "start": 938432710,
            "stop": 938439722
        },
        {
            "start": 938439724,
            "stop": 938439725
        },
        {
            "start": 938439729,
            "stop": 938439744
        },
        {
            "start": 938439745,
            "stop": 938439751
        },
        {
            "start": 938439753,
            "stop": 938439754
        },
        {
            "start": 938439756,
            "stop": 938439757
        },
        {
            "start": 938439761,
            "stop": 938439780
        },
        {
            "start": 938439782,
            "stop": 938439793
        },
        {
            "start": 938439795,
            "stop": 938439798
        }
    ]
}