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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=114",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 115,
    "results": [
        {
            "start": 931450732,
            "stop": 931450749
        },
        {
            "start": 931450751,
            "stop": 931450752
        },
        {
            "start": 931450754,
            "stop": 931450760
        },
        {
            "start": 931450765,
            "stop": 931450769
        },
        {
            "start": 931450771,
            "stop": 931450779
        },
        {
            "start": 931450781,
            "stop": 931450782
        },
        {
            "start": 931450783,
            "stop": 931450785
        },
        {
            "start": 931450789,
            "stop": 931450795
        },
        {
            "start": 931450797,
            "stop": 931450938
        },
        {
            "start": 931450940,
            "stop": 931450953
        },
        {
            "start": 931450954,
            "stop": 931451010
        },
        {
            "start": 931451012,
            "stop": 931451026
        },
        {
            "start": 931451027,
            "stop": 931451045
        },
        {
            "start": 931451046,
            "stop": 931451053
        },
        {
            "start": 931451054,
            "stop": 931451117
        },
        {
            "start": 931451119,
            "stop": 931451264
        },
        {
            "start": 931451266,
            "stop": 931451284
        },
        {
            "start": 931451285,
            "stop": 931451377
        },
        {
            "start": 931451379,
            "stop": 931451389
        },
        {
            "start": 931451391,
            "stop": 931451605
        }
    ]
}