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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=154",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 155,
    "results": [
        {
            "start": 1135054132,
            "stop": 1135054134
        },
        {
            "start": 1135054137,
            "stop": 1135054138
        },
        {
            "start": 1135054144,
            "stop": 1135054145
        },
        {
            "start": 1135054148,
            "stop": 1135054149
        },
        {
            "start": 1135054152,
            "stop": 1135054155
        },
        {
            "start": 1135054160,
            "stop": 1135054161
        },
        {
            "start": 1135054164,
            "stop": 1135054166
        },
        {
            "start": 1135054169,
            "stop": 1135054170
        },
        {
            "start": 1135054173,
            "stop": 1135054174
        },
        {
            "start": 1135054177,
            "stop": 1135054178
        },
        {
            "start": 1135054181,
            "stop": 1135054182
        },
        {
            "start": 1135054185,
            "stop": 1135054186
        },
        {
            "start": 1135054208,
            "stop": 1135054209
        },
        {
            "start": 1135054215,
            "stop": 1135054216
        },
        {
            "start": 1135054233,
            "stop": 1135054234
        },
        {
            "start": 1135054242,
            "stop": 1135054247
        },
        {
            "start": 1135054260,
            "stop": 1135054261
        },
        {
            "start": 1135054264,
            "stop": 1135054265
        },
        {
            "start": 1135054288,
            "stop": 1135054289
        },
        {
            "start": 1135054295,
            "stop": 1135054296
        }
    ]
}