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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=729",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=727",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 728,
    "results": [
        {
            "start": 953009541,
            "stop": 953012612
        },
        {
            "start": 953012618,
            "stop": 953018500
        },
        {
            "start": 953018506,
            "stop": 953026255
        },
        {
            "start": 953026261,
            "stop": 953030936
        },
        {
            "start": 953030942,
            "stop": 953032578
        },
        {
            "start": 953036319,
            "stop": 953041895
        },
        {
            "start": 953041901,
            "stop": 953041932
        },
        {
            "start": 953041995,
            "stop": 953042003
        },
        {
            "start": 953043113,
            "stop": 953043201
        },
        {
            "start": 953043210,
            "stop": 953043246
        },
        {
            "start": 953044165,
            "stop": 953044728
        },
        {
            "start": 953050956,
            "stop": 953051245
        },
        {
            "start": 953051251,
            "stop": 953052020
        },
        {
            "start": 953052026,
            "stop": 953053443
        },
        {
            "start": 953072633,
            "stop": 953074935
        },
        {
            "start": 953074941,
            "stop": 953075375
        },
        {
            "start": 953075381,
            "stop": 953075480
        },
        {
            "start": 953075486,
            "stop": 953075495
        },
        {
            "start": 953075501,
            "stop": 953076290
        },
        {
            "start": 953076296,
            "stop": 953082715
        }
    ]
}