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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=96",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 97,
    "results": [
        {
            "start": 817065387,
            "stop": 817065624
        },
        {
            "start": 817065627,
            "stop": 817066165
        },
        {
            "start": 817066168,
            "stop": 817067247
        },
        {
            "start": 817067250,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817067618
        },
        {
            "start": 817067621,
            "stop": 817068210
        },
        {
            "start": 817069839,
            "stop": 817070992
        },
        {
            "start": 817070995,
            "stop": 817072491
        },
        {
            "start": 817072495,
            "stop": 817073557
        },
        {
            "start": 817073560,
            "stop": 817074675
        },
        {
            "start": 817074678,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817077081
        },
        {
            "start": 817077084,
            "stop": 817077169
        },
        {
            "start": 817077172,
            "stop": 817077475
        },
        {
            "start": 817077478,
            "stop": 817077540
        },
        {
            "start": 817077543,
            "stop": 817077656
        },
        {
            "start": 817078578,
            "stop": 817078824
        },
        {
            "start": 817078827,
            "stop": 817078914
        },
        {
            "start": 817078917,
            "stop": 817079029
        },
        {
            "start": 817079512,
            "stop": 817079657
        }
    ]
}