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/O1/timelines/H1_BURST_CAT1/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 5,
    "results": [
        {
            "start": 1126831757,
            "stop": 1126832537
        },
        {
            "start": 1126832717,
            "stop": 1126833017
        },
        {
            "start": 1126833077,
            "stop": 1126833137
        },
        {
            "start": 1126833377,
            "stop": 1126833497
        },
        {
            "start": 1126837277,
            "stop": 1126838177
        },
        {
            "start": 1126838237,
            "stop": 1126851578
        },
        {
            "start": 1126855130,
            "stop": 1126856957
        },
        {
            "start": 1126857017,
            "stop": 1126871897
        },
        {
            "start": 1126872077,
            "stop": 1126872677
        },
        {
            "start": 1126872737,
            "stop": 1126873457
        },
        {
            "start": 1126873517,
            "stop": 1126873577
        },
        {
            "start": 1126873697,
            "stop": 1126873877
        },
        {
            "start": 1126873937,
            "stop": 1126874057
        },
        {
            "start": 1126874177,
            "stop": 1126874237
        },
        {
            "start": 1126874297,
            "stop": 1126874417
        },
        {
            "start": 1126874477,
            "stop": 1126874717
        },
        {
            "start": 1126874777,
            "stop": 1126874897
        },
        {
            "start": 1126874957,
            "stop": 1126875437
        },
        {
            "start": 1126875557,
            "stop": 1126878137
        },
        {
            "start": 1126878257,
            "stop": 1126879217
        }
    ]
}