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=6192
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=6193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6191",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6192,
    "results": [
        {
            "start": 874520009,
            "stop": 874520011
        },
        {
            "start": 874520013,
            "stop": 874520015
        },
        {
            "start": 874520016,
            "stop": 874520017
        },
        {
            "start": 874520018,
            "stop": 874520022
        },
        {
            "start": 874520023,
            "stop": 874520035
        },
        {
            "start": 874520036,
            "stop": 874520041
        },
        {
            "start": 874520042,
            "stop": 874520046
        },
        {
            "start": 874520047,
            "stop": 874520063
        },
        {
            "start": 874520064,
            "stop": 874520066
        },
        {
            "start": 874521897,
            "stop": 874522863
        },
        {
            "start": 874522865,
            "stop": 874524338
        },
        {
            "start": 874524340,
            "stop": 874525063
        },
        {
            "start": 874525066,
            "stop": 874525114
        },
        {
            "start": 874525115,
            "stop": 874529831
        },
        {
            "start": 874529832,
            "stop": 874529934
        },
        {
            "start": 874529936,
            "stop": 874530142
        },
        {
            "start": 874530143,
            "stop": 874533716
        },
        {
            "start": 874533718,
            "stop": 874534068
        },
        {
            "start": 874534071,
            "stop": 874534649
        },
        {
            "start": 874534655,
            "stop": 874534658
        }
    ]
}