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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5033",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5034,
    "results": [
        {
            "start": 874562079,
            "stop": 874562082
        },
        {
            "start": 874562101,
            "stop": 874562139
        },
        {
            "start": 874562158,
            "stop": 874562160
        },
        {
            "start": 874562227,
            "stop": 874562308
        },
        {
            "start": 874562327,
            "stop": 874562344
        },
        {
            "start": 874562398,
            "stop": 874562408
        },
        {
            "start": 874562440,
            "stop": 874562443
        },
        {
            "start": 874562471,
            "stop": 874562485
        },
        {
            "start": 874562522,
            "stop": 874562525
        },
        {
            "start": 874562544,
            "stop": 874562560
        },
        {
            "start": 874562579,
            "stop": 874562620
        },
        {
            "start": 874562639,
            "stop": 874562650
        },
        {
            "start": 874562681,
            "stop": 874562714
        },
        {
            "start": 874562766,
            "stop": 874562776
        },
        {
            "start": 874562807,
            "stop": 874562834
        },
        {
            "start": 874562854,
            "stop": 874562893
        },
        {
            "start": 874562912,
            "stop": 874562960
        },
        {
            "start": 874562980,
            "stop": 874562988
        },
        {
            "start": 874563030,
            "stop": 874563053
        },
        {
            "start": 874563083,
            "stop": 874563093
        }
    ]
}