Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=338
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=337",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 338,
    "results": [
        {
            "start": 934185838,
            "stop": 934189354
        },
        {
            "start": 934189356,
            "stop": 934189357
        },
        {
            "start": 934189359,
            "stop": 934189363
        },
        {
            "start": 934189366,
            "stop": 934189383
        },
        {
            "start": 934189385,
            "stop": 934189415
        },
        {
            "start": 934189417,
            "stop": 934189424
        },
        {
            "start": 934189426,
            "stop": 934189432
        },
        {
            "start": 934189436,
            "stop": 934191983
        },
        {
            "start": 934194572,
            "stop": 934196556
        },
        {
            "start": 934196559,
            "stop": 934196566
        },
        {
            "start": 934196568,
            "stop": 934196581
        },
        {
            "start": 934196584,
            "stop": 934196614
        },
        {
            "start": 934196617,
            "stop": 934196631
        },
        {
            "start": 934196635,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934200158
        },
        {
            "start": 934200161,
            "stop": 934200185
        },
        {
            "start": 934200187,
            "stop": 934200192
        },
        {
            "start": 934200194,
            "stop": 934200216
        },
        {
            "start": 934200219,
            "stop": 934200233
        },
        {
            "start": 934200236,
            "stop": 934203754
        }
    ]
}