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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=138",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 139,
    "results": [
        {
            "start": 819167115,
            "stop": 819167582
        },
        {
            "start": 819167585,
            "stop": 819168018
        },
        {
            "start": 819168021,
            "stop": 819168199
        },
        {
            "start": 819168202,
            "stop": 819168689
        },
        {
            "start": 819168706,
            "stop": 819168869
        },
        {
            "start": 819168872,
            "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": 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
        }
    ]
}