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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4651",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4649",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4650,
    "results": [
        {
            "start": 969598292,
            "stop": 969598336
        },
        {
            "start": 969598339,
            "stop": 969598476
        },
        {
            "start": 969598479,
            "stop": 969598982
        },
        {
            "start": 969598985,
            "stop": 969599125
        },
        {
            "start": 969599128,
            "stop": 969603930
        },
        {
            "start": 969603933,
            "stop": 969604138
        },
        {
            "start": 969604141,
            "stop": 969604166
        },
        {
            "start": 969604169,
            "stop": 969604784
        },
        {
            "start": 969604787,
            "stop": 969604905
        },
        {
            "start": 969604908,
            "stop": 969605042
        },
        {
            "start": 969605045,
            "stop": 969605408
        },
        {
            "start": 969605411,
            "stop": 969606180
        },
        {
            "start": 969606183,
            "stop": 969606851
        },
        {
            "start": 969606854,
            "stop": 969607352
        },
        {
            "start": 969607355,
            "stop": 969607670
        },
        {
            "start": 969607676,
            "stop": 969608257
        },
        {
            "start": 969608260,
            "stop": 969608269
        },
        {
            "start": 969608272,
            "stop": 969608852
        },
        {
            "start": 969608856,
            "stop": 969608942
        },
        {
            "start": 969608945,
            "stop": 969609711
        }
    ]
}