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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=202",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 203,
    "results": [
        {
            "start": 852753514,
            "stop": 852758756
        },
        {
            "start": 852759788,
            "stop": 852794507
        },
        {
            "start": 852795893,
            "stop": 852825665
        },
        {
            "start": 852826457,
            "stop": 852828169
        },
        {
            "start": 852828581,
            "stop": 852833502
        },
        {
            "start": 852833503,
            "stop": 852920576
        },
        {
            "start": 852922758,
            "stop": 852922952
        },
        {
            "start": 852923560,
            "stop": 852931478
        },
        {
            "start": 852932507,
            "stop": 852953038
        },
        {
            "start": 852954183,
            "stop": 852997862
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067332
        },
        {
            "start": 853068672,
            "stop": 853116780
        },
        {
            "start": 853116782,
            "stop": 853196339
        },
        {
            "start": 853199740,
            "stop": 853222380
        },
        {
            "start": 853222382,
            "stop": 853263622
        },
        {
            "start": 853265955,
            "stop": 853272587
        },
        {
            "start": 853273781,
            "stop": 853280265
        },
        {
            "start": 853280827,
            "stop": 853286511
        },
        {
            "start": 853286609,
            "stop": 853288958
        }
    ]
}