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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6684",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6685,
    "results": [
        {
            "start": 875162435,
            "stop": 875162679
        },
        {
            "start": 875162680,
            "stop": 875162715
        },
        {
            "start": 875162716,
            "stop": 875162976
        },
        {
            "start": 875162977,
            "stop": 875163048
        },
        {
            "start": 875163049,
            "stop": 875163319
        },
        {
            "start": 875163320,
            "stop": 875163600
        },
        {
            "start": 875163601,
            "stop": 875164207
        },
        {
            "start": 875164208,
            "stop": 875164223
        },
        {
            "start": 875164225,
            "stop": 875164559
        },
        {
            "start": 875164560,
            "stop": 875164619
        },
        {
            "start": 875164620,
            "stop": 875164664
        },
        {
            "start": 875164665,
            "stop": 875164886
        },
        {
            "start": 875164887,
            "stop": 875165964
        },
        {
            "start": 875165965,
            "stop": 875166350
        },
        {
            "start": 875171323,
            "stop": 875171400
        },
        {
            "start": 875171401,
            "stop": 875171432
        },
        {
            "start": 875171433,
            "stop": 875171771
        },
        {
            "start": 875171773,
            "stop": 875171878
        },
        {
            "start": 875171880,
            "stop": 875171900
        },
        {
            "start": 875171902,
            "stop": 875172087
        }
    ]
}