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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=538",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 539,
    "results": [
        {
            "start": 827197519,
            "stop": 827197566
        },
        {
            "start": 827197569,
            "stop": 827198069
        },
        {
            "start": 827198072,
            "stop": 827198166
        },
        {
            "start": 827198170,
            "stop": 827198178
        },
        {
            "start": 827198181,
            "stop": 827198189
        },
        {
            "start": 827198192,
            "stop": 827198195
        },
        {
            "start": 827198198,
            "stop": 827198311
        },
        {
            "start": 827198320,
            "stop": 827198483
        },
        {
            "start": 827198486,
            "stop": 827198555
        },
        {
            "start": 827198558,
            "stop": 827198621
        },
        {
            "start": 827198625,
            "stop": 827198746
        },
        {
            "start": 827198749,
            "stop": 827198881
        },
        {
            "start": 827198890,
            "stop": 827198931
        },
        {
            "start": 827198934,
            "stop": 827198981
        },
        {
            "start": 827198985,
            "stop": 827198986
        },
        {
            "start": 827198993,
            "stop": 827199004
        },
        {
            "start": 827199007,
            "stop": 827199021
        },
        {
            "start": 827199024,
            "stop": 827199028
        },
        {
            "start": 827199032,
            "stop": 827199041
        },
        {
            "start": 827199044,
            "stop": 827199159
        }
    ]
}