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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=208",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 209,
    "results": [
        {
            "start": 848308944,
            "stop": 848308967
        },
        {
            "start": 848308985,
            "stop": 848308992
        },
        {
            "start": 848309010,
            "stop": 848309011
        },
        {
            "start": 848309031,
            "stop": 848309041
        },
        {
            "start": 848309079,
            "stop": 848309153
        },
        {
            "start": 848309171,
            "stop": 848309250
        },
        {
            "start": 848309310,
            "stop": 848309314
        },
        {
            "start": 848309355,
            "stop": 848309478
        },
        {
            "start": 848309496,
            "stop": 848309593
        },
        {
            "start": 848309611,
            "stop": 848309617
        },
        {
            "start": 848309653,
            "stop": 848309707
        },
        {
            "start": 848309724,
            "stop": 848309933
        },
        {
            "start": 848309950,
            "stop": 848310145
        },
        {
            "start": 848310173,
            "stop": 848310209
        },
        {
            "start": 848310227,
            "stop": 848311555
        },
        {
            "start": 848312048,
            "stop": 848315070
        },
        {
            "start": 848315130,
            "stop": 848317069
        },
        {
            "start": 848317101,
            "stop": 848317517
        },
        {
            "start": 848317538,
            "stop": 848317830
        },
        {
            "start": 848317890,
            "stop": 848317905
        }
    ]
}