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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=30",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 31,
    "results": [
        {
            "start": 966386881,
            "stop": 966386993
        },
        {
            "start": 966393705,
            "stop": 966393816
        },
        {
            "start": 966401065,
            "stop": 966401176
        },
        {
            "start": 966406736,
            "stop": 966406848
        },
        {
            "start": 966415465,
            "stop": 966415577
        },
        {
            "start": 966420457,
            "stop": 966420568
        },
        {
            "start": 966449808,
            "stop": 966449920
        },
        {
            "start": 966457480,
            "stop": 966457592
        },
        {
            "start": 966464713,
            "stop": 966464825
        },
        {
            "start": 966473545,
            "stop": 966473657
        },
        {
            "start": 966480144,
            "stop": 966480256
        },
        {
            "start": 966486801,
            "stop": 966486912
        },
        {
            "start": 966508856,
            "stop": 966508968
        },
        {
            "start": 966516321,
            "stop": 966516432
        },
        {
            "start": 966521697,
            "stop": 966521808
        },
        {
            "start": 966531024,
            "stop": 966531136
        },
        {
            "start": 966536544,
            "stop": 966536656
        },
        {
            "start": 966543521,
            "stop": 966543672
        },
        {
            "start": 966551249,
            "stop": 966551361
        },
        {
            "start": 966558760,
            "stop": 966558872
        }
    ]
}