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_CBCLOW_CAT4/segments?format=api&page=5297
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=5298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5296",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5297,
    "results": [
        {
            "start": 970661330,
            "stop": 970661866
        },
        {
            "start": 970661869,
            "stop": 970662080
        },
        {
            "start": 970662083,
            "stop": 970662272
        },
        {
            "start": 970662289,
            "stop": 970662383
        },
        {
            "start": 970662386,
            "stop": 970662417
        },
        {
            "start": 970662420,
            "stop": 970662658
        },
        {
            "start": 970662661,
            "stop": 970662834
        },
        {
            "start": 970662837,
            "stop": 970662852
        },
        {
            "start": 970662855,
            "stop": 970663136
        },
        {
            "start": 970663139,
            "stop": 970663174
        },
        {
            "start": 970663177,
            "stop": 970663232
        },
        {
            "start": 970663235,
            "stop": 970663386
        },
        {
            "start": 970663390,
            "stop": 970663473
        },
        {
            "start": 970663476,
            "stop": 970663976
        },
        {
            "start": 970663979,
            "stop": 970664171
        },
        {
            "start": 970664174,
            "stop": 970664467
        },
        {
            "start": 970664471,
            "stop": 970664695
        },
        {
            "start": 970664698,
            "stop": 970664995
        },
        {
            "start": 970664998,
            "stop": 970665172
        },
        {
            "start": 970665176,
            "stop": 970665303
        }
    ]
}