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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=46",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 47,
    "results": [
        {
            "start": 931198356,
            "stop": 931200036
        },
        {
            "start": 931200038,
            "stop": 931200094
        },
        {
            "start": 931200096,
            "stop": 931200122
        },
        {
            "start": 931200127,
            "stop": 931200128
        },
        {
            "start": 931200130,
            "stop": 931200141
        },
        {
            "start": 931200143,
            "stop": 931200149
        },
        {
            "start": 931200151,
            "stop": 931200155
        },
        {
            "start": 931200156,
            "stop": 931200177
        },
        {
            "start": 931200178,
            "stop": 931200220
        },
        {
            "start": 931200222,
            "stop": 931200242
        },
        {
            "start": 931200243,
            "stop": 931200252
        },
        {
            "start": 931200254,
            "stop": 931200273
        },
        {
            "start": 931200275,
            "stop": 931200280
        },
        {
            "start": 931200281,
            "stop": 931200314
        },
        {
            "start": 931200316,
            "stop": 931200358
        },
        {
            "start": 931200359,
            "stop": 931200413
        },
        {
            "start": 931200414,
            "stop": 931200438
        },
        {
            "start": 931200439,
            "stop": 931200440
        },
        {
            "start": 931200445,
            "stop": 931200457
        },
        {
            "start": 931200459,
            "stop": 931200464
        }
    ]
}