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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=70",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 71,
    "results": [
        {
            "start": 931258066,
            "stop": 931258068
        },
        {
            "start": 931258073,
            "stop": 931258074
        },
        {
            "start": 931258116,
            "stop": 931258118
        },
        {
            "start": 931258138,
            "stop": 931258139
        },
        {
            "start": 931258142,
            "stop": 931258144
        },
        {
            "start": 931258158,
            "stop": 931258159
        },
        {
            "start": 931258162,
            "stop": 931258163
        },
        {
            "start": 931258168,
            "stop": 931258169
        },
        {
            "start": 931258173,
            "stop": 931258178
        },
        {
            "start": 931258180,
            "stop": 931258187
        },
        {
            "start": 931262804,
            "stop": 931263686
        },
        {
            "start": 931263687,
            "stop": 931274733
        },
        {
            "start": 931283141,
            "stop": 931283674
        },
        {
            "start": 931286273,
            "stop": 931286460
        },
        {
            "start": 931286580,
            "stop": 931286833
        },
        {
            "start": 931286835,
            "stop": 931286872
        },
        {
            "start": 931286874,
            "stop": 931287077
        },
        {
            "start": 931287079,
            "stop": 931287096
        },
        {
            "start": 931287099,
            "stop": 931287106
        },
        {
            "start": 931287109,
            "stop": 931287134
        }
    ]
}