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=7240
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=7241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7239",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7240,
    "results": [
        {
            "start": 874828852,
            "stop": 874829005
        },
        {
            "start": 874829007,
            "stop": 874829307
        },
        {
            "start": 874829309,
            "stop": 874829685
        },
        {
            "start": 874829686,
            "stop": 874829767
        },
        {
            "start": 874829768,
            "stop": 874830714
        },
        {
            "start": 874830715,
            "stop": 874830733
        },
        {
            "start": 874830734,
            "stop": 874830821
        },
        {
            "start": 874830822,
            "stop": 874831026
        },
        {
            "start": 874831027,
            "stop": 874831412
        },
        {
            "start": 874831413,
            "stop": 874831574
        },
        {
            "start": 874831575,
            "stop": 874832443
        },
        {
            "start": 874832444,
            "stop": 874833010
        },
        {
            "start": 874833011,
            "stop": 874833119
        },
        {
            "start": 874833120,
            "stop": 874833678
        },
        {
            "start": 874833679,
            "stop": 874834041
        },
        {
            "start": 874834042,
            "stop": 874834819
        },
        {
            "start": 874834821,
            "stop": 874835282
        },
        {
            "start": 874835283,
            "stop": 874835818
        },
        {
            "start": 874835819,
            "stop": 874836187
        },
        {
            "start": 874836188,
            "stop": 874836892
        }
    ]
}