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=9797
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=9798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9796",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9797,
    "results": [
        {
            "start": 873356120,
            "stop": 873357304
        },
        {
            "start": 873357321,
            "stop": 873358117
        },
        {
            "start": 873358134,
            "stop": 873358180
        },
        {
            "start": 873358197,
            "stop": 873358961
        },
        {
            "start": 873358978,
            "stop": 873359820
        },
        {
            "start": 873359880,
            "stop": 873361055
        },
        {
            "start": 873361175,
            "stop": 873361176
        },
        {
            "start": 873361193,
            "stop": 873362018
        },
        {
            "start": 873362035,
            "stop": 873362425
        },
        {
            "start": 873362442,
            "stop": 873362520
        },
        {
            "start": 873362580,
            "stop": 873362765
        },
        {
            "start": 873362782,
            "stop": 873363514
        },
        {
            "start": 873363531,
            "stop": 873366900
        },
        {
            "start": 873366960,
            "stop": 873367081
        },
        {
            "start": 873367098,
            "stop": 873368226
        },
        {
            "start": 873368243,
            "stop": 873368355
        },
        {
            "start": 873368372,
            "stop": 873369389
        },
        {
            "start": 873369415,
            "stop": 873370357
        },
        {
            "start": 873370379,
            "stop": 873370493
        },
        {
            "start": 873370510,
            "stop": 873371541
        }
    ]
}