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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 3,
    "results": [
        {
            "start": 815414092,
            "stop": 815414190
        },
        {
            "start": 815414197,
            "stop": 815414233
        },
        {
            "start": 815414263,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815494126
        },
        {
            "start": 815494133,
            "stop": 815494164
        },
        {
            "start": 815494171,
            "stop": 815494180
        },
        {
            "start": 815494187,
            "stop": 815494226
        },
        {
            "start": 815494234,
            "stop": 815494238
        },
        {
            "start": 815494247,
            "stop": 815494252
        },
        {
            "start": 815494260,
            "stop": 815494368
        },
        {
            "start": 815494375,
            "stop": 815494399
        },
        {
            "start": 815494407,
            "stop": 815494434
        },
        {
            "start": 815494441,
            "stop": 815494730
        },
        {
            "start": 815494810,
            "stop": 815494846
        },
        {
            "start": 815494853,
            "stop": 815494862
        },
        {
            "start": 815494869,
            "stop": 815494879
        },
        {
            "start": 815494891,
            "stop": 815494892
        },
        {
            "start": 815494900,
            "stop": 815494920
        },
        {
            "start": 815494927,
            "stop": 815494942
        },
        {
            "start": 815494962,
            "stop": 815494994
        }
    ]
}