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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=77",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 78,
    "results": [
        {
            "start": 931268856,
            "stop": 931268868
        },
        {
            "start": 931268869,
            "stop": 931268870
        },
        {
            "start": 931268872,
            "stop": 931268893
        },
        {
            "start": 931268895,
            "stop": 931268899
        },
        {
            "start": 931268901,
            "stop": 931268909
        },
        {
            "start": 931268911,
            "stop": 931268981
        },
        {
            "start": 931268984,
            "stop": 931269060
        },
        {
            "start": 931269062,
            "stop": 931269063
        },
        {
            "start": 931269065,
            "stop": 931269115
        },
        {
            "start": 931269118,
            "stop": 931269121
        },
        {
            "start": 931269122,
            "stop": 931269199
        },
        {
            "start": 931269201,
            "stop": 931269215
        },
        {
            "start": 931269216,
            "stop": 931269222
        },
        {
            "start": 931269223,
            "stop": 931269228
        },
        {
            "start": 931269229,
            "stop": 931269247
        },
        {
            "start": 931269249,
            "stop": 931269257
        },
        {
            "start": 931269259,
            "stop": 931269267
        },
        {
            "start": 931269269,
            "stop": 931269288
        },
        {
            "start": 931269290,
            "stop": 931269295
        },
        {
            "start": 931269296,
            "stop": 931269301
        }
    ]
}