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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=349",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 350,
    "results": [
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863226990
        },
        {
            "start": 863227050,
            "stop": 863229952
        },
        {
            "start": 863230252,
            "stop": 863259304
        },
        {
            "start": 863259326,
            "stop": 863261672
        },
        {
            "start": 863261693,
            "stop": 863275677
        },
        {
            "start": 863275698,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863294479
        },
        {
            "start": 863294498,
            "stop": 863295402
        },
        {
            "start": 863296795,
            "stop": 863301517
        },
        {
            "start": 863302793,
            "stop": 863311358
        },
        {
            "start": 863311578,
            "stop": 863316555
        },
        {
            "start": 863316814,
            "stop": 863317378
        },
        {
            "start": 863317488,
            "stop": 863318155
        },
        {
            "start": 863318455,
            "stop": 863344399
        },
        {
            "start": 863346730,
            "stop": 863350914
        },
        {
            "start": 863350936,
            "stop": 863353169
        },
        {
            "start": 863353260,
            "stop": 863353262
        },
        {
            "start": 863353283,
            "stop": 863359872
        },
        {
            "start": 863359948,
            "stop": 863362212
        }
    ]
}