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=6199
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=6200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6198",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6199,
    "results": [
        {
            "start": 874578568,
            "stop": 874578618
        },
        {
            "start": 874578623,
            "stop": 874578765
        },
        {
            "start": 874578766,
            "stop": 874578988
        },
        {
            "start": 874578991,
            "stop": 874579000
        },
        {
            "start": 874579003,
            "stop": 874579014
        },
        {
            "start": 874579017,
            "stop": 874579083
        },
        {
            "start": 874579088,
            "stop": 874579115
        },
        {
            "start": 874579116,
            "stop": 874579158
        },
        {
            "start": 874579159,
            "stop": 874579186
        },
        {
            "start": 874579189,
            "stop": 874579753
        },
        {
            "start": 874579755,
            "stop": 874579884
        },
        {
            "start": 874579887,
            "stop": 874580383
        },
        {
            "start": 874580386,
            "stop": 874580547
        },
        {
            "start": 874580550,
            "stop": 874580639
        },
        {
            "start": 874580642,
            "stop": 874580644
        },
        {
            "start": 874580647,
            "stop": 874580653
        },
        {
            "start": 874580656,
            "stop": 874580856
        },
        {
            "start": 874580859,
            "stop": 874581144
        },
        {
            "start": 874581147,
            "stop": 874581262
        },
        {
            "start": 874581265,
            "stop": 874581266
        }
    ]
}