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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=148",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 149,
    "results": [
        {
            "start": 969931843,
            "stop": 969932077
        },
        {
            "start": 969935766,
            "stop": 969936153
        },
        {
            "start": 969938509,
            "stop": 969939078
        },
        {
            "start": 969940229,
            "stop": 969940673
        },
        {
            "start": 969942006,
            "stop": 969942865
        },
        {
            "start": 969943909,
            "stop": 969943950
        },
        {
            "start": 969944718,
            "stop": 969948971
        },
        {
            "start": 969950405,
            "stop": 969951910
        },
        {
            "start": 969952864,
            "stop": 969953675
        },
        {
            "start": 969954543,
            "stop": 969958368
        },
        {
            "start": 969960008,
            "stop": 969960368
        },
        {
            "start": 969963994,
            "stop": 969964205
        },
        {
            "start": 969965152,
            "stop": 969974308
        },
        {
            "start": 969974571,
            "stop": 969979414
        },
        {
            "start": 969985191,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970009957
        },
        {
            "start": 970013215,
            "stop": 970013569
        },
        {
            "start": 970015526,
            "stop": 970015856
        },
        {
            "start": 970032596,
            "stop": 970035485
        },
        {
            "start": 970037056,
            "stop": 970037410
        }
    ]
}