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=7320
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=7321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7319",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7320,
    "results": [
        {
            "start": 875200658,
            "stop": 875200671
        },
        {
            "start": 875200672,
            "stop": 875200733
        },
        {
            "start": 875200734,
            "stop": 875200743
        },
        {
            "start": 875200745,
            "stop": 875200760
        },
        {
            "start": 875200761,
            "stop": 875200813
        },
        {
            "start": 875200814,
            "stop": 875200941
        },
        {
            "start": 875200942,
            "stop": 875201053
        },
        {
            "start": 875201055,
            "stop": 875201105
        },
        {
            "start": 875201106,
            "stop": 875201109
        },
        {
            "start": 875201110,
            "stop": 875201113
        },
        {
            "start": 875201114,
            "stop": 875201120
        },
        {
            "start": 875201121,
            "stop": 875201129
        },
        {
            "start": 875201131,
            "stop": 875201132
        },
        {
            "start": 875201134,
            "stop": 875201136
        },
        {
            "start": 875201137,
            "stop": 875201140
        },
        {
            "start": 875201141,
            "stop": 875201143
        },
        {
            "start": 875201144,
            "stop": 875201146
        },
        {
            "start": 875201147,
            "stop": 875201175
        },
        {
            "start": 875201177,
            "stop": 875201571
        },
        {
            "start": 875201572,
            "stop": 875201619
        }
    ]
}