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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29319",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29320,
    "results": [
        {
            "start": 971239801,
            "stop": 971239837
        },
        {
            "start": 971239838,
            "stop": 971239847
        },
        {
            "start": 971239848,
            "stop": 971239865
        },
        {
            "start": 971239868,
            "stop": 971239869
        },
        {
            "start": 971239870,
            "stop": 971239874
        },
        {
            "start": 971239876,
            "stop": 971239895
        },
        {
            "start": 971239896,
            "stop": 971239899
        },
        {
            "start": 971239901,
            "stop": 971239902
        },
        {
            "start": 971239904,
            "stop": 971239920
        },
        {
            "start": 971239922,
            "stop": 971239934
        },
        {
            "start": 971239937,
            "stop": 971240006
        },
        {
            "start": 971240008,
            "stop": 971240020
        },
        {
            "start": 971240022,
            "stop": 971240026
        },
        {
            "start": 971240027,
            "stop": 971240030
        },
        {
            "start": 971240031,
            "stop": 971240046
        },
        {
            "start": 971240048,
            "stop": 971240052
        },
        {
            "start": 971240053,
            "stop": 971240055
        },
        {
            "start": 971240056,
            "stop": 971240058
        },
        {
            "start": 971240059,
            "stop": 971240074
        },
        {
            "start": 971240076,
            "stop": 971240088
        }
    ]
}