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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=257",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 258,
    "results": [
        {
            "start": 934801384,
            "stop": 934801388
        },
        {
            "start": 934801391,
            "stop": 934801408
        },
        {
            "start": 934801410,
            "stop": 934801414
        },
        {
            "start": 934801416,
            "stop": 934801422
        },
        {
            "start": 934801424,
            "stop": 934801430
        },
        {
            "start": 934801433,
            "stop": 934804933
        },
        {
            "start": 934804936,
            "stop": 934804964
        },
        {
            "start": 934804968,
            "stop": 934804983
        },
        {
            "start": 934804985,
            "stop": 934805010
        },
        {
            "start": 934805012,
            "stop": 934805015
        },
        {
            "start": 934805018,
            "stop": 934805031
        },
        {
            "start": 934805035,
            "stop": 934805816
        },
        {
            "start": 934810005,
            "stop": 934812153
        },
        {
            "start": 934812156,
            "stop": 934812159
        },
        {
            "start": 934812161,
            "stop": 934812185
        },
        {
            "start": 934812188,
            "stop": 934812211
        },
        {
            "start": 934812213,
            "stop": 934812217
        },
        {
            "start": 934812219,
            "stop": 934812231
        },
        {
            "start": 934812237,
            "stop": 934814838
        },
        {
            "start": 934816742,
            "stop": 934819384
        }
    ]
}