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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=73",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 74,
    "results": [
        {
            "start": 818591999,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818603828
        },
        {
            "start": 818603845,
            "stop": 818604096
        },
        {
            "start": 818606090,
            "stop": 818613120
        },
        {
            "start": 818613180,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818619071
        },
        {
            "start": 818621618,
            "stop": 818623957
        },
        {
            "start": 818623974,
            "stop": 818624047
        },
        {
            "start": 818624064,
            "stop": 818627767
        },
        {
            "start": 818627788,
            "stop": 818629334
        },
        {
            "start": 818629337,
            "stop": 818630249
        },
        {
            "start": 818630266,
            "stop": 818632440
        },
        {
            "start": 818632500,
            "stop": 818634926
        },
        {
            "start": 818636410,
            "stop": 818636461
        },
        {
            "start": 818637603,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818641125
        },
        {
            "start": 818641144,
            "stop": 818642476
        },
        {
            "start": 818642493,
            "stop": 818645118
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649640,
            "stop": 818654580
        }
    ]
}