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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=214",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 215,
    "results": [
        {
            "start": 931457617,
            "stop": 931457620
        },
        {
            "start": 931457622,
            "stop": 931457627
        },
        {
            "start": 931457630,
            "stop": 931457634
        },
        {
            "start": 931457641,
            "stop": 931457642
        },
        {
            "start": 931457650,
            "stop": 931457651
        },
        {
            "start": 931457653,
            "stop": 931457657
        },
        {
            "start": 931457662,
            "stop": 931457664
        },
        {
            "start": 931457667,
            "stop": 931457668
        },
        {
            "start": 931457676,
            "stop": 931457677
        },
        {
            "start": 931457679,
            "stop": 931457681
        },
        {
            "start": 931457683,
            "stop": 931457686
        },
        {
            "start": 931457688,
            "stop": 931457691
        },
        {
            "start": 931457694,
            "stop": 931457703
        },
        {
            "start": 931457705,
            "stop": 931457706
        },
        {
            "start": 931457709,
            "stop": 931457716
        },
        {
            "start": 931457732,
            "stop": 931457736
        },
        {
            "start": 931457738,
            "stop": 931457739
        },
        {
            "start": 931457742,
            "stop": 931457744
        },
        {
            "start": 931457751,
            "stop": 931457752
        },
        {
            "start": 931457758,
            "stop": 931457760
        }
    ]
}