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=6103
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=6104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6102",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6103,
    "results": [
        {
            "start": 874043755,
            "stop": 874043758
        },
        {
            "start": 874043762,
            "stop": 874043767
        },
        {
            "start": 874043775,
            "stop": 874043777
        },
        {
            "start": 874043780,
            "stop": 874043797
        },
        {
            "start": 874043804,
            "stop": 874043818
        },
        {
            "start": 874043821,
            "stop": 874043828
        },
        {
            "start": 874043832,
            "stop": 874043869
        },
        {
            "start": 874043878,
            "stop": 874044511
        },
        {
            "start": 874044514,
            "stop": 874044523
        },
        {
            "start": 874044526,
            "stop": 874044529
        },
        {
            "start": 874044532,
            "stop": 874044610
        },
        {
            "start": 874044613,
            "stop": 874044629
        },
        {
            "start": 874044632,
            "stop": 874044634
        },
        {
            "start": 874044637,
            "stop": 874044645
        },
        {
            "start": 874044648,
            "stop": 874044654
        },
        {
            "start": 874044658,
            "stop": 874044672
        },
        {
            "start": 874044675,
            "stop": 874044728
        },
        {
            "start": 874044731,
            "stop": 874044816
        },
        {
            "start": 874044819,
            "stop": 874044855
        },
        {
            "start": 874044858,
            "stop": 874044882
        }
    ]
}