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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6144",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6145,
    "results": [
        {
            "start": 874293559,
            "stop": 874293563
        },
        {
            "start": 874293566,
            "stop": 874293586
        },
        {
            "start": 874293589,
            "stop": 874293596
        },
        {
            "start": 874293599,
            "stop": 874293611
        },
        {
            "start": 874293614,
            "stop": 874293639
        },
        {
            "start": 874293642,
            "stop": 874293644
        },
        {
            "start": 874293648,
            "stop": 874293663
        },
        {
            "start": 874293668,
            "stop": 874293690
        },
        {
            "start": 874293693,
            "stop": 874293707
        },
        {
            "start": 874293708,
            "stop": 874293754
        },
        {
            "start": 874293758,
            "stop": 874293844
        },
        {
            "start": 874293849,
            "stop": 874293853
        },
        {
            "start": 874293858,
            "stop": 874293878
        },
        {
            "start": 874293883,
            "stop": 874294006
        },
        {
            "start": 874294009,
            "stop": 874294024
        },
        {
            "start": 874294027,
            "stop": 874294036
        },
        {
            "start": 874294039,
            "stop": 874294046
        },
        {
            "start": 874294049,
            "stop": 874294056
        },
        {
            "start": 874294059,
            "stop": 874294062
        },
        {
            "start": 874294068,
            "stop": 874294077
        }
    ]
}