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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=265",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 266,
    "results": [
        {
            "start": 817887278,
            "stop": 817887419
        },
        {
            "start": 817887464,
            "stop": 817887482
        },
        {
            "start": 817887485,
            "stop": 817887564
        },
        {
            "start": 817887769,
            "stop": 817887770
        },
        {
            "start": 817887797,
            "stop": 817887799
        },
        {
            "start": 817887819,
            "stop": 817887925
        },
        {
            "start": 817887966,
            "stop": 817887998
        },
        {
            "start": 817888018,
            "stop": 817888032
        },
        {
            "start": 817888052,
            "stop": 817888136
        },
        {
            "start": 817888165,
            "stop": 817888184
        },
        {
            "start": 817888188,
            "stop": 817888226
        },
        {
            "start": 817888250,
            "stop": 817888255
        },
        {
            "start": 817888276,
            "stop": 817888299
        },
        {
            "start": 817888379,
            "stop": 817888386
        },
        {
            "start": 817888431,
            "stop": 817888537
        },
        {
            "start": 817888578,
            "stop": 817888589
        },
        {
            "start": 817888612,
            "stop": 817888630
        },
        {
            "start": 817888647,
            "stop": 817888737
        },
        {
            "start": 817888826,
            "stop": 817888852
        },
        {
            "start": 817888883,
            "stop": 817888919
        }
    ]
}