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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=81",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 82,
    "results": [
        {
            "start": 931088105,
            "stop": 931088106
        },
        {
            "start": 931088109,
            "stop": 931088110
        },
        {
            "start": 931088113,
            "stop": 931088116
        },
        {
            "start": 931088118,
            "stop": 931088120
        },
        {
            "start": 931088121,
            "stop": 931088126
        },
        {
            "start": 931088127,
            "stop": 931088135
        },
        {
            "start": 931088137,
            "stop": 931088138
        },
        {
            "start": 931088139,
            "stop": 931088141
        },
        {
            "start": 931088145,
            "stop": 931088147
        },
        {
            "start": 931088148,
            "stop": 931088158
        },
        {
            "start": 931088159,
            "stop": 931088171
        },
        {
            "start": 931088172,
            "stop": 931088176
        },
        {
            "start": 931088178,
            "stop": 931088180
        },
        {
            "start": 931088182,
            "stop": 931088186
        },
        {
            "start": 931088189,
            "stop": 931088199
        },
        {
            "start": 931088203,
            "stop": 931088215
        },
        {
            "start": 931088216,
            "stop": 931088222
        },
        {
            "start": 931088224,
            "stop": 931088226
        },
        {
            "start": 931088227,
            "stop": 931088228
        },
        {
            "start": 931088229,
            "stop": 931088230
        }
    ]
}