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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=179",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 180,
    "results": [
        {
            "start": 931573083,
            "stop": 931573084
        },
        {
            "start": 931573086,
            "stop": 931573087
        },
        {
            "start": 931573089,
            "stop": 931573090
        },
        {
            "start": 931573092,
            "stop": 931573098
        },
        {
            "start": 931573101,
            "stop": 931573104
        },
        {
            "start": 931573105,
            "stop": 931573106
        },
        {
            "start": 931573108,
            "stop": 931573126
        },
        {
            "start": 931573128,
            "stop": 931573131
        },
        {
            "start": 931573133,
            "stop": 931573134
        },
        {
            "start": 931573138,
            "stop": 931573211
        },
        {
            "start": 931573213,
            "stop": 931573217
        },
        {
            "start": 931573218,
            "stop": 931573236
        },
        {
            "start": 931573238,
            "stop": 931573243
        },
        {
            "start": 931573247,
            "stop": 931573264
        },
        {
            "start": 931573266,
            "stop": 931573308
        },
        {
            "start": 931573309,
            "stop": 931573328
        },
        {
            "start": 931573330,
            "stop": 931573381
        },
        {
            "start": 931573383,
            "stop": 931573408
        },
        {
            "start": 931573412,
            "stop": 931573421
        },
        {
            "start": 931573422,
            "stop": 931573433
        }
    ]
}