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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=13",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 14,
    "results": [
        {
            "start": 931139306,
            "stop": 931139338
        },
        {
            "start": 931139374,
            "stop": 931139379
        },
        {
            "start": 931139384,
            "stop": 931139393
        },
        {
            "start": 931139399,
            "stop": 931139412
        },
        {
            "start": 931139424,
            "stop": 931139441
        },
        {
            "start": 931139464,
            "stop": 931139465
        },
        {
            "start": 931139471,
            "stop": 931139478
        },
        {
            "start": 931139484,
            "stop": 931139488
        },
        {
            "start": 931139494,
            "stop": 931139531
        },
        {
            "start": 931139542,
            "stop": 931139552
        },
        {
            "start": 931139564,
            "stop": 931139569
        },
        {
            "start": 931139651,
            "stop": 931139660
        },
        {
            "start": 931150944,
            "stop": 931150945
        },
        {
            "start": 931150951,
            "stop": 931150981
        },
        {
            "start": 931150998,
            "stop": 931151017
        },
        {
            "start": 931151023,
            "stop": 931151039
        },
        {
            "start": 931151045,
            "stop": 931151061
        },
        {
            "start": 931151069,
            "stop": 931151078
        },
        {
            "start": 931151093,
            "stop": 931151096
        },
        {
            "start": 931151101,
            "stop": 931151116
        }
    ]
}