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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41078",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41079,
    "results": [
        {
            "start": 875213839,
            "stop": 875213879
        },
        {
            "start": 875213881,
            "stop": 875213943
        },
        {
            "start": 875213944,
            "stop": 875214063
        },
        {
            "start": 875214064,
            "stop": 875214082
        },
        {
            "start": 875214084,
            "stop": 875214096
        },
        {
            "start": 875214097,
            "stop": 875214121
        },
        {
            "start": 875214122,
            "stop": 875214154
        },
        {
            "start": 875214155,
            "stop": 875214225
        },
        {
            "start": 875214226,
            "stop": 875214233
        },
        {
            "start": 875214234,
            "stop": 875214245
        },
        {
            "start": 875214247,
            "stop": 875214276
        },
        {
            "start": 875214277,
            "stop": 875214286
        },
        {
            "start": 875214287,
            "stop": 875214308
        },
        {
            "start": 875214310,
            "stop": 875214319
        },
        {
            "start": 875214321,
            "stop": 875214326
        },
        {
            "start": 875214327,
            "stop": 875214358
        },
        {
            "start": 875214359,
            "stop": 875214363
        },
        {
            "start": 875214364,
            "stop": 875214393
        },
        {
            "start": 875214394,
            "stop": 875214509
        },
        {
            "start": 875214510,
            "stop": 875214552
        }
    ]
}