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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=62",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 63,
    "results": [
        {
            "start": 824998513,
            "stop": 825004309
        },
        {
            "start": 825006087,
            "stop": 825006224
        },
        {
            "start": 825022975,
            "stop": 825026113
        },
        {
            "start": 825026988,
            "stop": 825031451
        },
        {
            "start": 825032229,
            "stop": 825039133
        },
        {
            "start": 825047416,
            "stop": 825048253
        },
        {
            "start": 825049079,
            "stop": 825049846
        },
        {
            "start": 825053172,
            "stop": 825053833
        },
        {
            "start": 825059773,
            "stop": 825060133
        },
        {
            "start": 825061450,
            "stop": 825061693
        },
        {
            "start": 825063259,
            "stop": 825064135
        },
        {
            "start": 825065858,
            "stop": 825066193
        },
        {
            "start": 825066914,
            "stop": 825069348
        },
        {
            "start": 825072415,
            "stop": 825072733
        },
        {
            "start": 825073767,
            "stop": 825077204
        },
        {
            "start": 825078832,
            "stop": 825083113
        },
        {
            "start": 825083117,
            "stop": 825083118
        },
        {
            "start": 825083598,
            "stop": 825084243
        },
        {
            "start": 825086583,
            "stop": 825088993
        },
        {
            "start": 825089012,
            "stop": 825089013
        }
    ]
}