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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=15",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 16,
    "results": [
        {
            "start": 816706990,
            "stop": 816710714
        },
        {
            "start": 816773714,
            "stop": 816785273
        },
        {
            "start": 816785286,
            "stop": 816793229
        },
        {
            "start": 816793242,
            "stop": 816797031
        },
        {
            "start": 816797043,
            "stop": 816807236
        },
        {
            "start": 816810796,
            "stop": 816813792
        },
        {
            "start": 816813805,
            "stop": 816814054
        },
        {
            "start": 816814055,
            "stop": 816814464
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817121,
            "stop": 816817222
        },
        {
            "start": 816817235,
            "stop": 816818371
        },
        {
            "start": 816818383,
            "stop": 816818431
        },
        {
            "start": 816819345,
            "stop": 816829677
        },
        {
            "start": 816829678,
            "stop": 816835018
        },
        {
            "start": 816835031,
            "stop": 816847619
        },
        {
            "start": 816847632,
            "stop": 816852260
        },
        {
            "start": 816852273,
            "stop": 816871492
        },
        {
            "start": 816871505,
            "stop": 816881843
        },
        {
            "start": 816881855,
            "stop": 816888069
        }
    ]
}