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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=133",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 134,
    "results": [
        {
            "start": 931457516,
            "stop": 931457523
        },
        {
            "start": 931457525,
            "stop": 931457534
        },
        {
            "start": 931457537,
            "stop": 931457540
        },
        {
            "start": 931457544,
            "stop": 931457545
        },
        {
            "start": 931457547,
            "stop": 931457552
        },
        {
            "start": 931457554,
            "stop": 931457638
        },
        {
            "start": 931457640,
            "stop": 931457645
        },
        {
            "start": 931457646,
            "stop": 931457647
        },
        {
            "start": 931457649,
            "stop": 931457654
        },
        {
            "start": 931457656,
            "stop": 931457660
        },
        {
            "start": 931457661,
            "stop": 931457665
        },
        {
            "start": 931457667,
            "stop": 931457670
        },
        {
            "start": 931457672,
            "stop": 931457679
        },
        {
            "start": 931457681,
            "stop": 931457715
        },
        {
            "start": 931457721,
            "stop": 931457723
        },
        {
            "start": 931457729,
            "stop": 931457730
        },
        {
            "start": 931457736,
            "stop": 931457738
        },
        {
            "start": 931457741,
            "stop": 931457742
        },
        {
            "start": 931457745,
            "stop": 931457747
        },
        {
            "start": 931457749,
            "stop": 931457780
        }
    ]
}