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=9866
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=9867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9865",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9866,
    "results": [
        {
            "start": 874295880,
            "stop": 874296593
        },
        {
            "start": 874296713,
            "stop": 874296960
        },
        {
            "start": 874297020,
            "stop": 874297871
        },
        {
            "start": 874297888,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874300688
        },
        {
            "start": 874300707,
            "stop": 874302570
        },
        {
            "start": 874302587,
            "stop": 874302945
        },
        {
            "start": 874302962,
            "stop": 874303036
        },
        {
            "start": 874303061,
            "stop": 874303097
        },
        {
            "start": 874303114,
            "stop": 874303258
        },
        {
            "start": 874303275,
            "stop": 874303327
        },
        {
            "start": 874303344,
            "stop": 874303957
        },
        {
            "start": 874303974,
            "stop": 874304956
        },
        {
            "start": 874305076,
            "stop": 874307177
        },
        {
            "start": 874307194,
            "stop": 874307779
        },
        {
            "start": 874307796,
            "stop": 874310096
        },
        {
            "start": 874310113,
            "stop": 874312435
        },
        {
            "start": 874312452,
            "stop": 874313167
        },
        {
            "start": 874321860,
            "stop": 874321920
        },
        {
            "start": 874322100,
            "stop": 874322400
        }
    ]
}