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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=140",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 141,
    "results": [
        {
            "start": 931465854,
            "stop": 931465925
        },
        {
            "start": 931465927,
            "stop": 931465947
        },
        {
            "start": 931465949,
            "stop": 931465960
        },
        {
            "start": 931465962,
            "stop": 931465977
        },
        {
            "start": 931465979,
            "stop": 931466003
        },
        {
            "start": 931466004,
            "stop": 931466079
        },
        {
            "start": 931466080,
            "stop": 931466091
        },
        {
            "start": 931466095,
            "stop": 931466096
        },
        {
            "start": 931466097,
            "stop": 931466098
        },
        {
            "start": 931466102,
            "stop": 931466105
        },
        {
            "start": 931466107,
            "stop": 931466108
        },
        {
            "start": 931466109,
            "stop": 931466111
        },
        {
            "start": 931466113,
            "stop": 931466116
        },
        {
            "start": 931466120,
            "stop": 931466227
        },
        {
            "start": 931466229,
            "stop": 931466232
        },
        {
            "start": 931466236,
            "stop": 931466310
        },
        {
            "start": 931466312,
            "stop": 931466332
        },
        {
            "start": 931466333,
            "stop": 931466360
        },
        {
            "start": 931466361,
            "stop": 931466504
        },
        {
            "start": 931466506,
            "stop": 931466526
        }
    ]
}