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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14419",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14420,
    "results": [
        {
            "start": 971451894,
            "stop": 971451962
        },
        {
            "start": 971451966,
            "stop": 971452158
        },
        {
            "start": 971452159,
            "stop": 971452160
        },
        {
            "start": 971452161,
            "stop": 971452189
        },
        {
            "start": 971452191,
            "stop": 971452262
        },
        {
            "start": 971452263,
            "stop": 971452266
        },
        {
            "start": 971452269,
            "stop": 971452300
        },
        {
            "start": 971452302,
            "stop": 971452323
        },
        {
            "start": 971452324,
            "stop": 971452337
        },
        {
            "start": 971452339,
            "stop": 971452347
        },
        {
            "start": 971452357,
            "stop": 971452362
        },
        {
            "start": 971452365,
            "stop": 971452414
        },
        {
            "start": 971452417,
            "stop": 971452432
        },
        {
            "start": 971452433,
            "stop": 971452521
        },
        {
            "start": 971452523,
            "stop": 971452534
        },
        {
            "start": 971452535,
            "stop": 971452540
        },
        {
            "start": 971452543,
            "stop": 971452544
        },
        {
            "start": 971452553,
            "stop": 971452554
        },
        {
            "start": 971452555,
            "stop": 971452557
        },
        {
            "start": 971452558,
            "stop": 971452562
        }
    ]
}