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=6149
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=6150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6148",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6149,
    "results": [
        {
            "start": 874304552,
            "stop": 874304556
        },
        {
            "start": 874304559,
            "stop": 874304593
        },
        {
            "start": 874304596,
            "stop": 874304623
        },
        {
            "start": 874304626,
            "stop": 874304720
        },
        {
            "start": 874304723,
            "stop": 874304754
        },
        {
            "start": 874304757,
            "stop": 874305435
        },
        {
            "start": 874305438,
            "stop": 874305970
        },
        {
            "start": 874305973,
            "stop": 874306174
        },
        {
            "start": 874306175,
            "stop": 874306261
        },
        {
            "start": 874306266,
            "stop": 874306420
        },
        {
            "start": 874306421,
            "stop": 874306485
        },
        {
            "start": 874306488,
            "stop": 874306621
        },
        {
            "start": 874306624,
            "stop": 874306626
        },
        {
            "start": 874306629,
            "stop": 874306736
        },
        {
            "start": 874306742,
            "stop": 874306750
        },
        {
            "start": 874306753,
            "stop": 874306868
        },
        {
            "start": 874306869,
            "stop": 874306895
        },
        {
            "start": 874306899,
            "stop": 874307071
        },
        {
            "start": 874307074,
            "stop": 874307096
        },
        {
            "start": 874307103,
            "stop": 874307195
        }
    ]
}