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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16825",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16826,
    "results": [
        {
            "start": 875214401,
            "stop": 875214560
        },
        {
            "start": 875214561,
            "stop": 875214597
        },
        {
            "start": 875214598,
            "stop": 875214759
        },
        {
            "start": 875214760,
            "stop": 875214780
        },
        {
            "start": 875214781,
            "stop": 875214856
        },
        {
            "start": 875214858,
            "stop": 875214861
        },
        {
            "start": 875214863,
            "stop": 875214866
        },
        {
            "start": 875214867,
            "stop": 875214900
        },
        {
            "start": 875214960,
            "stop": 875215138
        },
        {
            "start": 875215139,
            "stop": 875215143
        },
        {
            "start": 875215144,
            "stop": 875215237
        },
        {
            "start": 875215238,
            "stop": 875215396
        },
        {
            "start": 875215397,
            "stop": 875215430
        },
        {
            "start": 875215432,
            "stop": 875215463
        },
        {
            "start": 875215464,
            "stop": 875215552
        },
        {
            "start": 875215553,
            "stop": 875215627
        },
        {
            "start": 875215628,
            "stop": 875215861
        },
        {
            "start": 875215863,
            "stop": 875215902
        },
        {
            "start": 875215903,
            "stop": 875215983
        },
        {
            "start": 875215984,
            "stop": 875216142
        }
    ]
}