Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5218
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5217",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5218,
    "results": [
        {
            "start": 969987276,
            "stop": 969987281
        },
        {
            "start": 969987284,
            "stop": 969987305
        },
        {
            "start": 969987308,
            "stop": 969987331
        },
        {
            "start": 969987334,
            "stop": 969987429
        },
        {
            "start": 969987432,
            "stop": 969987439
        },
        {
            "start": 969987442,
            "stop": 969987635
        },
        {
            "start": 969987638,
            "stop": 969987652
        },
        {
            "start": 969987655,
            "stop": 969987714
        },
        {
            "start": 969987717,
            "stop": 969987725
        },
        {
            "start": 969987728,
            "stop": 969987748
        },
        {
            "start": 969987751,
            "stop": 969987754
        },
        {
            "start": 969987757,
            "stop": 969987765
        },
        {
            "start": 969987768,
            "stop": 969987773
        },
        {
            "start": 969987776,
            "stop": 969987883
        },
        {
            "start": 969987886,
            "stop": 969987913
        },
        {
            "start": 969987916,
            "stop": 969987991
        },
        {
            "start": 969987994,
            "stop": 969988119
        },
        {
            "start": 969988122,
            "stop": 969988167
        },
        {
            "start": 969988171,
            "stop": 969988178
        },
        {
            "start": 969988181,
            "stop": 969988195
        }
    ]
}