Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1191
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1190",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1191,
    "results": [
        {
            "start": 953041897,
            "stop": 953041932
        },
        {
            "start": 953041995,
            "stop": 953042003
        },
        {
            "start": 953043113,
            "stop": 953043201
        },
        {
            "start": 953043203,
            "stop": 953043204
        },
        {
            "start": 953043206,
            "stop": 953043246
        },
        {
            "start": 953044165,
            "stop": 953044728
        },
        {
            "start": 953050956,
            "stop": 953051245
        },
        {
            "start": 953051247,
            "stop": 953052020
        },
        {
            "start": 953052022,
            "stop": 953053443
        },
        {
            "start": 953072633,
            "stop": 953074935
        },
        {
            "start": 953074937,
            "stop": 953075375
        },
        {
            "start": 953075377,
            "stop": 953075480
        },
        {
            "start": 953075482,
            "stop": 953075495
        },
        {
            "start": 953075497,
            "stop": 953076290
        },
        {
            "start": 953076292,
            "stop": 953082715
        },
        {
            "start": 953082717,
            "stop": 953082813
        },
        {
            "start": 953082815,
            "stop": 953083145
        },
        {
            "start": 953083147,
            "stop": 953083628
        },
        {
            "start": 953083630,
            "stop": 953083691
        },
        {
            "start": 953083692,
            "stop": 953083828
        }
    ]
}