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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=11",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 12,
    "results": [
        {
            "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
        },
        {
            "start": 931497438,
            "stop": 931497441
        },
        {
            "start": 931497462,
            "stop": 931497466
        },
        {
            "start": 931497533,
            "stop": 931497542
        },
        {
            "start": 931497581,
            "stop": 931497584
        },
        {
            "start": 931497604,
            "stop": 931497614
        }
    ]
}