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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46996",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46997,
    "results": [
        {
            "start": 875220136,
            "stop": 875220142
        },
        {
            "start": 875220144,
            "stop": 875220158
        },
        {
            "start": 875220160,
            "stop": 875220166
        },
        {
            "start": 875220168,
            "stop": 875220171
        },
        {
            "start": 875220174,
            "stop": 875220179
        },
        {
            "start": 875220184,
            "stop": 875220185
        },
        {
            "start": 875220186,
            "stop": 875220198
        },
        {
            "start": 875220200,
            "stop": 875220206
        },
        {
            "start": 875220212,
            "stop": 875220227
        },
        {
            "start": 875220229,
            "stop": 875220260
        },
        {
            "start": 875220261,
            "stop": 875220270
        },
        {
            "start": 875220271,
            "stop": 875220302
        },
        {
            "start": 875220305,
            "stop": 875220308
        },
        {
            "start": 875220309,
            "stop": 875220313
        },
        {
            "start": 875220314,
            "stop": 875220317
        },
        {
            "start": 875220318,
            "stop": 875220337
        },
        {
            "start": 875220340,
            "stop": 875220350
        },
        {
            "start": 875220351,
            "stop": 875220354
        },
        {
            "start": 875220357,
            "stop": 875220359
        },
        {
            "start": 875220360,
            "stop": 875220368
        }
    ]
}