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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3284",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3285,
    "results": [
        {
            "start": 874197960,
            "stop": 874204920
        },
        {
            "start": 874204980,
            "stop": 874207020
        },
        {
            "start": 874207080,
            "stop": 874207260
        },
        {
            "start": 874207320,
            "stop": 874221240
        },
        {
            "start": 874221300,
            "stop": 874223280
        },
        {
            "start": 874223340,
            "stop": 874226700
        },
        {
            "start": 874226760,
            "stop": 874227028
        },
        {
            "start": 874227034,
            "stop": 874227035
        },
        {
            "start": 874227308,
            "stop": 874230540
        },
        {
            "start": 874230600,
            "stop": 874232100
        },
        {
            "start": 874232220,
            "stop": 874238716
        },
        {
            "start": 874238719,
            "stop": 874238740
        },
        {
            "start": 874238745,
            "stop": 874245960
        },
        {
            "start": 874246020,
            "stop": 874246080
        },
        {
            "start": 874246140,
            "stop": 874247580
        },
        {
            "start": 874247640,
            "stop": 874251480
        },
        {
            "start": 874251540,
            "stop": 874253760
        },
        {
            "start": 874253820,
            "stop": 874254344
        },
        {
            "start": 874254525,
            "stop": 874255200
        },
        {
            "start": 874255260,
            "stop": 874255980
        }
    ]
}