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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=968",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 969,
    "results": [
        {
            "start": 872153772,
            "stop": 872154072
        },
        {
            "start": 872154236,
            "stop": 872154776
        },
        {
            "start": 872154935,
            "stop": 872155475
        },
        {
            "start": 872155660,
            "stop": 872155900
        },
        {
            "start": 872156475,
            "stop": 872156595
        },
        {
            "start": 872156815,
            "stop": 872157355
        },
        {
            "start": 872157501,
            "stop": 872160021
        },
        {
            "start": 872160480,
            "stop": 872161080
        },
        {
            "start": 872161518,
            "stop": 872161638
        },
        {
            "start": 872161772,
            "stop": 872161832
        },
        {
            "start": 872163291,
            "stop": 872163471
        },
        {
            "start": 872163658,
            "stop": 872164018
        },
        {
            "start": 872164501,
            "stop": 872164621
        },
        {
            "start": 872164773,
            "stop": 872164833
        },
        {
            "start": 872165408,
            "stop": 872166008
        },
        {
            "start": 872166149,
            "stop": 872166329
        },
        {
            "start": 872166471,
            "stop": 872166531
        },
        {
            "start": 872166679,
            "stop": 872166919
        },
        {
            "start": 872167572,
            "stop": 872167692
        },
        {
            "start": 872169057,
            "stop": 872169117
        }
    ]
}