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=14430
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=14431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14429",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14430,
    "results": [
        {
            "start": 971523946,
            "stop": 971523967
        },
        {
            "start": 971523968,
            "stop": 971523970
        },
        {
            "start": 971523972,
            "stop": 971523975
        },
        {
            "start": 971523976,
            "stop": 971523978
        },
        {
            "start": 971523982,
            "stop": 971523983
        },
        {
            "start": 971523988,
            "stop": 971523989
        },
        {
            "start": 971523991,
            "stop": 971524123
        },
        {
            "start": 971524126,
            "stop": 971524227
        },
        {
            "start": 971524230,
            "stop": 971524236
        },
        {
            "start": 971524237,
            "stop": 971524247
        },
        {
            "start": 971524248,
            "stop": 971524254
        },
        {
            "start": 971524255,
            "stop": 971524548
        },
        {
            "start": 971524549,
            "stop": 971524596
        },
        {
            "start": 971524598,
            "stop": 971524852
        },
        {
            "start": 971524853,
            "stop": 971524859
        },
        {
            "start": 971524861,
            "stop": 971525132
        },
        {
            "start": 971525135,
            "stop": 971525227
        },
        {
            "start": 971525229,
            "stop": 971525254
        },
        {
            "start": 971525256,
            "stop": 971525273
        },
        {
            "start": 971525275,
            "stop": 971525276
        }
    ]
}