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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=134",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 135,
    "results": [
        {
            "start": 931457782,
            "stop": 931457785
        },
        {
            "start": 931457787,
            "stop": 931457793
        },
        {
            "start": 931457794,
            "stop": 931457800
        },
        {
            "start": 931457804,
            "stop": 931457817
        },
        {
            "start": 931457819,
            "stop": 931457820
        },
        {
            "start": 931457824,
            "stop": 931457836
        },
        {
            "start": 931457838,
            "stop": 931457849
        },
        {
            "start": 931457851,
            "stop": 931457873
        },
        {
            "start": 931457878,
            "stop": 931457886
        },
        {
            "start": 931457888,
            "stop": 931457898
        },
        {
            "start": 931457899,
            "stop": 931457900
        },
        {
            "start": 931457902,
            "stop": 931457915
        },
        {
            "start": 931461152,
            "stop": 931461168
        },
        {
            "start": 931461169,
            "stop": 931461170
        },
        {
            "start": 931461172,
            "stop": 931461189
        },
        {
            "start": 931461191,
            "stop": 931461214
        },
        {
            "start": 931461216,
            "stop": 931461217
        },
        {
            "start": 931461219,
            "stop": 931461228
        },
        {
            "start": 931461230,
            "stop": 931461255
        },
        {
            "start": 931461256,
            "stop": 931461270
        }
    ]
}