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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5744",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5745,
    "results": [
        {
            "start": 874618127,
            "stop": 874618149
        },
        {
            "start": 874618152,
            "stop": 874618159
        },
        {
            "start": 874618162,
            "stop": 874618171
        },
        {
            "start": 874618174,
            "stop": 874618177
        },
        {
            "start": 874618180,
            "stop": 874618184
        },
        {
            "start": 874618187,
            "stop": 874618192
        },
        {
            "start": 874618196,
            "stop": 874618213
        },
        {
            "start": 874618221,
            "stop": 874618222
        },
        {
            "start": 874618225,
            "stop": 874618264
        },
        {
            "start": 874618268,
            "stop": 874618274
        },
        {
            "start": 874618278,
            "stop": 874618314
        },
        {
            "start": 874618320,
            "stop": 874618361
        },
        {
            "start": 874618364,
            "stop": 874618400
        },
        {
            "start": 874618403,
            "stop": 874618439
        },
        {
            "start": 874618442,
            "stop": 874618498
        },
        {
            "start": 874618504,
            "stop": 874618505
        },
        {
            "start": 874618509,
            "stop": 874618528
        },
        {
            "start": 874618531,
            "stop": 874618548
        },
        {
            "start": 874618551,
            "stop": 874618615
        },
        {
            "start": 874618618,
            "stop": 874618696
        }
    ]
}