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=7302
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=7303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7301",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7302,
    "results": [
        {
            "start": 875107768,
            "stop": 875108579
        },
        {
            "start": 875108580,
            "stop": 875108895
        },
        {
            "start": 875108898,
            "stop": 875109323
        },
        {
            "start": 875109324,
            "stop": 875109334
        },
        {
            "start": 875109335,
            "stop": 875109516
        },
        {
            "start": 875109517,
            "stop": 875109591
        },
        {
            "start": 875109593,
            "stop": 875109595
        },
        {
            "start": 875109598,
            "stop": 875109599
        },
        {
            "start": 875109601,
            "stop": 875109612
        },
        {
            "start": 875109614,
            "stop": 875109616
        },
        {
            "start": 875109618,
            "stop": 875109622
        },
        {
            "start": 875109624,
            "stop": 875109629
        },
        {
            "start": 875109631,
            "stop": 875109653
        },
        {
            "start": 875109655,
            "stop": 875109662
        },
        {
            "start": 875109664,
            "stop": 875109861
        },
        {
            "start": 875109863,
            "stop": 875110059
        },
        {
            "start": 875110060,
            "stop": 875110109
        },
        {
            "start": 875110110,
            "stop": 875110950
        },
        {
            "start": 875110951,
            "stop": 875112038
        },
        {
            "start": 875112039,
            "stop": 875112350
        }
    ]
}