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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=65",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 66,
    "results": [
        {
            "start": 817871659,
            "stop": 817871762
        },
        {
            "start": 817871772,
            "stop": 817871894
        },
        {
            "start": 817871902,
            "stop": 817872195
        },
        {
            "start": 817872210,
            "stop": 817872211
        },
        {
            "start": 817872219,
            "stop": 817872294
        },
        {
            "start": 817872302,
            "stop": 817872757
        },
        {
            "start": 817872765,
            "stop": 817872950
        },
        {
            "start": 817872958,
            "stop": 817873000
        },
        {
            "start": 817873008,
            "stop": 817873230
        },
        {
            "start": 817873239,
            "stop": 817873470
        },
        {
            "start": 817873478,
            "stop": 817873624
        },
        {
            "start": 817873632,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817875240
        },
        {
            "start": 817875248,
            "stop": 817875852
        },
        {
            "start": 817875859,
            "stop": 817876004
        },
        {
            "start": 817876012,
            "stop": 817876315
        },
        {
            "start": 817876323,
            "stop": 817876431
        },
        {
            "start": 817876439,
            "stop": 817877491
        },
        {
            "start": 817877499,
            "stop": 817878026
        },
        {
            "start": 817878034,
            "stop": 817878218
        }
    ]
}