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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7276",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7277,
    "results": [
        {
            "start": 874992129,
            "stop": 874992502
        },
        {
            "start": 874992503,
            "stop": 874993088
        },
        {
            "start": 874993089,
            "stop": 874993102
        },
        {
            "start": 874993103,
            "stop": 874993393
        },
        {
            "start": 874993394,
            "stop": 874993478
        },
        {
            "start": 874993480,
            "stop": 874993501
        },
        {
            "start": 874993502,
            "stop": 874993532
        },
        {
            "start": 874993533,
            "stop": 874993817
        },
        {
            "start": 874993818,
            "stop": 874994022
        },
        {
            "start": 874994023,
            "stop": 874994582
        },
        {
            "start": 874994584,
            "stop": 874994767
        },
        {
            "start": 874994769,
            "stop": 874994872
        },
        {
            "start": 874994874,
            "stop": 874995420
        },
        {
            "start": 874995421,
            "stop": 874995596
        },
        {
            "start": 874995597,
            "stop": 874995625
        },
        {
            "start": 874995626,
            "stop": 874996080
        },
        {
            "start": 874996081,
            "stop": 874996355
        },
        {
            "start": 874996356,
            "stop": 874996434
        },
        {
            "start": 874996435,
            "stop": 874996516
        },
        {
            "start": 874996517,
            "stop": 874996642
        }
    ]
}