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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9882",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9883,
    "results": [
        {
            "start": 874473317,
            "stop": 874473544
        },
        {
            "start": 874473561,
            "stop": 874474064
        },
        {
            "start": 874474081,
            "stop": 874474143
        },
        {
            "start": 874474160,
            "stop": 874474875
        },
        {
            "start": 874475161,
            "stop": 874476017
        },
        {
            "start": 874476034,
            "stop": 874477721
        },
        {
            "start": 874477841,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874479101
        },
        {
            "start": 874479118,
            "stop": 874479711
        },
        {
            "start": 874479728,
            "stop": 874480020
        },
        {
            "start": 874480080,
            "stop": 874480260
        },
        {
            "start": 874480380,
            "stop": 874480560
        },
        {
            "start": 874480620,
            "stop": 874481688
        },
        {
            "start": 874481705,
            "stop": 874482412
        },
        {
            "start": 874482430,
            "stop": 874482432
        },
        {
            "start": 874482449,
            "stop": 874482657
        },
        {
            "start": 874482674,
            "stop": 874482819
        },
        {
            "start": 874482836,
            "stop": 874482851
        },
        {
            "start": 874482869,
            "stop": 874483631
        },
        {
            "start": 874483648,
            "stop": 874483681
        }
    ]
}