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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=59",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 60,
    "results": [
        {
            "start": 817277217,
            "stop": 817277291
        },
        {
            "start": 817277321,
            "stop": 817277365
        },
        {
            "start": 817277380,
            "stop": 817277387
        },
        {
            "start": 817277395,
            "stop": 817277471
        },
        {
            "start": 817277479,
            "stop": 817278975
        },
        {
            "start": 817278983,
            "stop": 817280993
        },
        {
            "start": 817281024,
            "stop": 817281040
        },
        {
            "start": 817281047,
            "stop": 817282708
        },
        {
            "start": 817282740,
            "stop": 817282976
        },
        {
            "start": 817283104,
            "stop": 817283234
        },
        {
            "start": 817283266,
            "stop": 817286393
        },
        {
            "start": 817286406,
            "stop": 817286430
        },
        {
            "start": 817286441,
            "stop": 817286454
        },
        {
            "start": 817286461,
            "stop": 817286465
        },
        {
            "start": 817286472,
            "stop": 817286474
        },
        {
            "start": 817286486,
            "stop": 817286495
        },
        {
            "start": 817286502,
            "stop": 817286790
        },
        {
            "start": 817290054,
            "stop": 817290083
        },
        {
            "start": 817290108,
            "stop": 817290176
        },
        {
            "start": 817290355,
            "stop": 817290359
        }
    ]
}