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=7297
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=7298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7296",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7297,
    "results": [
        {
            "start": 875074468,
            "stop": 875074769
        },
        {
            "start": 875074770,
            "stop": 875075816
        },
        {
            "start": 875075818,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875077613
        },
        {
            "start": 875077614,
            "stop": 875077672
        },
        {
            "start": 875077673,
            "stop": 875078067
        },
        {
            "start": 875078068,
            "stop": 875078256
        },
        {
            "start": 875078257,
            "stop": 875078299
        },
        {
            "start": 875078301,
            "stop": 875078374
        },
        {
            "start": 875078375,
            "stop": 875079261
        },
        {
            "start": 875079262,
            "stop": 875079310
        },
        {
            "start": 875079311,
            "stop": 875079532
        },
        {
            "start": 875079533,
            "stop": 875080143
        },
        {
            "start": 875080144,
            "stop": 875080215
        },
        {
            "start": 875080216,
            "stop": 875080556
        },
        {
            "start": 875080557,
            "stop": 875081590
        },
        {
            "start": 875081592,
            "stop": 875081679
        },
        {
            "start": 875081680,
            "stop": 875081863
        },
        {
            "start": 875081864,
            "stop": 875082089
        },
        {
            "start": 875082090,
            "stop": 875082241
        }
    ]
}