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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=18",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 19,
    "results": [
        {
            "start": 816262062,
            "stop": 816262320
        },
        {
            "start": 816262328,
            "stop": 816262555
        },
        {
            "start": 816262562,
            "stop": 816262571
        },
        {
            "start": 816262579,
            "stop": 816262796
        },
        {
            "start": 816262804,
            "stop": 816263022
        },
        {
            "start": 816263029,
            "stop": 816263246
        },
        {
            "start": 816263257,
            "stop": 816263432
        },
        {
            "start": 816263439,
            "stop": 816263528
        },
        {
            "start": 816263535,
            "stop": 816264274
        },
        {
            "start": 816264282,
            "stop": 816264388
        },
        {
            "start": 816264399,
            "stop": 816264714
        },
        {
            "start": 816264722,
            "stop": 816264750
        },
        {
            "start": 816267810,
            "stop": 816267908
        },
        {
            "start": 816267915,
            "stop": 816268089
        },
        {
            "start": 816268100,
            "stop": 816268230
        },
        {
            "start": 816269070,
            "stop": 816269353
        },
        {
            "start": 816271650,
            "stop": 816271830
        },
        {
            "start": 816272670,
            "stop": 816272675
        },
        {
            "start": 816272686,
            "stop": 816272695
        },
        {
            "start": 816272703,
            "stop": 816272720
        }
    ]
}