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_CAT3/segments?format=api&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=10",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 11,
    "results": [
        {
            "start": 931483389,
            "stop": 931483394
        },
        {
            "start": 931483413,
            "stop": 931483417
        },
        {
            "start": 931483448,
            "stop": 931483452
        },
        {
            "start": 931483516,
            "stop": 931483522
        },
        {
            "start": 931483575,
            "stop": 931483628
        },
        {
            "start": 931483748,
            "stop": 931483753
        },
        {
            "start": 931483787,
            "stop": 931483800
        },
        {
            "start": 931483822,
            "stop": 931483826
        },
        {
            "start": 931483844,
            "stop": 931483863
        },
        {
            "start": 931483919,
            "stop": 931483967
        },
        {
            "start": 931484047,
            "stop": 931484050
        },
        {
            "start": 931484099,
            "stop": 931484125
        },
        {
            "start": 931484144,
            "stop": 931484173
        },
        {
            "start": 931484264,
            "stop": 931484298
        },
        {
            "start": 931484329,
            "stop": 931484334
        },
        {
            "start": 931497184,
            "stop": 931497189
        },
        {
            "start": 931497219,
            "stop": 931497225
        },
        {
            "start": 931497258,
            "stop": 931497262
        },
        {
            "start": 931497331,
            "stop": 931497342
        },
        {
            "start": 931497366,
            "stop": 931497403
        }
    ]
}