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=6155
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=6156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6154",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6155,
    "results": [
        {
            "start": 874338202,
            "stop": 874339529
        },
        {
            "start": 874339530,
            "stop": 874339875
        },
        {
            "start": 874339876,
            "stop": 874339907
        },
        {
            "start": 874339908,
            "stop": 874340106
        },
        {
            "start": 874340109,
            "stop": 874340395
        },
        {
            "start": 874341392,
            "stop": 874342206
        },
        {
            "start": 874342209,
            "stop": 874343100
        },
        {
            "start": 874345547,
            "stop": 874345548
        },
        {
            "start": 874345557,
            "stop": 874345558
        },
        {
            "start": 874345578,
            "stop": 874345579
        },
        {
            "start": 874345585,
            "stop": 874345586
        },
        {
            "start": 874345591,
            "stop": 874345592
        },
        {
            "start": 874345594,
            "stop": 874345595
        },
        {
            "start": 874345608,
            "stop": 874345609
        },
        {
            "start": 874345624,
            "stop": 874345625
        },
        {
            "start": 874345631,
            "stop": 874345632
        },
        {
            "start": 874345640,
            "stop": 874345641
        },
        {
            "start": 874345665,
            "stop": 874345666
        },
        {
            "start": 874345675,
            "stop": 874345676
        },
        {
            "start": 874345677,
            "stop": 874345679
        }
    ]
}