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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=161",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 162,
    "results": [
        {
            "start": 819168872,
            "stop": 819169012
        },
        {
            "start": 819169132,
            "stop": 819171995
        },
        {
            "start": 819171998,
            "stop": 819173267
        },
        {
            "start": 819173270,
            "stop": 819174026
        },
        {
            "start": 819174029,
            "stop": 819174111
        },
        {
            "start": 819174114,
            "stop": 819175600
        },
        {
            "start": 819175604,
            "stop": 819176108
        },
        {
            "start": 819176111,
            "stop": 819176226
        },
        {
            "start": 819176230,
            "stop": 819176429
        },
        {
            "start": 819176432,
            "stop": 819177157
        },
        {
            "start": 819177277,
            "stop": 819178916
        },
        {
            "start": 819179036,
            "stop": 819179274
        },
        {
            "start": 819179277,
            "stop": 819179757
        },
        {
            "start": 819179758,
            "stop": 819180413
        },
        {
            "start": 819180416,
            "stop": 819181154
        },
        {
            "start": 819181157,
            "stop": 819181622
        },
        {
            "start": 819181641,
            "stop": 819181644
        },
        {
            "start": 819181647,
            "stop": 819182565
        },
        {
            "start": 819182568,
            "stop": 819182922
        },
        {
            "start": 819182926,
            "stop": 819182997
        }
    ]
}