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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=152",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 153,
    "results": [
        {
            "start": 931488649,
            "stop": 931488651
        },
        {
            "start": 931488652,
            "stop": 931488654
        },
        {
            "start": 931488656,
            "stop": 931488657
        },
        {
            "start": 931488658,
            "stop": 931488663
        },
        {
            "start": 931488665,
            "stop": 931488666
        },
        {
            "start": 931488669,
            "stop": 931488670
        },
        {
            "start": 931488674,
            "stop": 931488677
        },
        {
            "start": 931488684,
            "stop": 931488685
        },
        {
            "start": 931488690,
            "stop": 931488691
        },
        {
            "start": 931488696,
            "stop": 931488697
        },
        {
            "start": 931488712,
            "stop": 931488713
        },
        {
            "start": 931488717,
            "stop": 931488719
        },
        {
            "start": 931488720,
            "stop": 931488722
        },
        {
            "start": 931488723,
            "stop": 931488724
        },
        {
            "start": 931488757,
            "stop": 931488758
        },
        {
            "start": 931488759,
            "stop": 931488761
        },
        {
            "start": 931488770,
            "stop": 931488771
        },
        {
            "start": 931488777,
            "stop": 931488780
        },
        {
            "start": 931488813,
            "stop": 931488816
        },
        {
            "start": 931488850,
            "stop": 931488851
        }
    ]
}