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=7229
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=7230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7228",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7229,
    "results": [
        {
            "start": 874762502,
            "stop": 874762600
        },
        {
            "start": 874762601,
            "stop": 874762779
        },
        {
            "start": 874762780,
            "stop": 874763029
        },
        {
            "start": 874763030,
            "stop": 874763104
        },
        {
            "start": 874763106,
            "stop": 874763886
        },
        {
            "start": 874763887,
            "stop": 874763899
        },
        {
            "start": 874763900,
            "stop": 874764555
        },
        {
            "start": 874764557,
            "stop": 874764636
        },
        {
            "start": 874764637,
            "stop": 874764711
        },
        {
            "start": 874764712,
            "stop": 874764733
        },
        {
            "start": 874764735,
            "stop": 874764931
        },
        {
            "start": 874764933,
            "stop": 874765257
        },
        {
            "start": 874765258,
            "stop": 874765309
        },
        {
            "start": 874765310,
            "stop": 874766325
        },
        {
            "start": 874766326,
            "stop": 874766394
        },
        {
            "start": 874766395,
            "stop": 874766414
        },
        {
            "start": 874766415,
            "stop": 874766631
        },
        {
            "start": 874766632,
            "stop": 874767055
        },
        {
            "start": 874767056,
            "stop": 874767162
        },
        {
            "start": 874767163,
            "stop": 874767253
        }
    ]
}