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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=799",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 800,
    "results": [
        {
            "start": 873506687,
            "stop": 873506704
        },
        {
            "start": 873506708,
            "stop": 873506713
        },
        {
            "start": 873506718,
            "stop": 873506725
        },
        {
            "start": 873506729,
            "stop": 873506735
        },
        {
            "start": 873506739,
            "stop": 873506746
        },
        {
            "start": 873506750,
            "stop": 873506756
        },
        {
            "start": 873506760,
            "stop": 873506769
        },
        {
            "start": 873506773,
            "stop": 873506775
        },
        {
            "start": 873506779,
            "stop": 873506780
        },
        {
            "start": 873506784,
            "stop": 873506790
        },
        {
            "start": 873506794,
            "stop": 873506803
        },
        {
            "start": 873506807,
            "stop": 873506812
        },
        {
            "start": 873506816,
            "stop": 873506822
        },
        {
            "start": 873506827,
            "stop": 873506834
        },
        {
            "start": 873506838,
            "stop": 873506844
        },
        {
            "start": 873506848,
            "stop": 873506855
        },
        {
            "start": 873506859,
            "stop": 873506866
        },
        {
            "start": 873506870,
            "stop": 873506877
        },
        {
            "start": 873506882,
            "stop": 873506888
        },
        {
            "start": 873506893,
            "stop": 873506910
        }
    ]
}