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=820
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=821",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=819",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 820,
    "results": [
        {
            "start": 959203577,
            "stop": 959203692
        },
        {
            "start": 959203698,
            "stop": 959203896
        },
        {
            "start": 959203905,
            "stop": 959204875
        },
        {
            "start": 959204881,
            "stop": 959205039
        },
        {
            "start": 959205045,
            "stop": 959206902
        },
        {
            "start": 959207820,
            "stop": 959207889
        },
        {
            "start": 959207895,
            "stop": 959210156
        },
        {
            "start": 959211864,
            "stop": 959213389
        },
        {
            "start": 959213395,
            "stop": 959215414
        },
        {
            "start": 959215420,
            "stop": 959215718
        },
        {
            "start": 959215724,
            "stop": 959216300
        },
        {
            "start": 959217703,
            "stop": 959224987
        },
        {
            "start": 959224993,
            "stop": 959231693
        },
        {
            "start": 959231699,
            "stop": 959231934
        },
        {
            "start": 959232300,
            "stop": 959236279
        },
        {
            "start": 959236284,
            "stop": 959243616
        },
        {
            "start": 959243623,
            "stop": 959255688
        },
        {
            "start": 959255694,
            "stop": 959255719
        },
        {
            "start": 959260070,
            "stop": 959260096
        },
        {
            "start": 959260701,
            "stop": 959263198
        }
    ]
}