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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=195",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 196,
    "results": [
        {
            "start": 820574771,
            "stop": 820575351
        },
        {
            "start": 820575358,
            "stop": 820577199
        },
        {
            "start": 820577206,
            "stop": 820577815
        },
        {
            "start": 820577823,
            "stop": 820578679
        },
        {
            "start": 820578686,
            "stop": 820578840
        },
        {
            "start": 820578848,
            "stop": 820580378
        },
        {
            "start": 820580385,
            "stop": 820580668
        },
        {
            "start": 820580675,
            "stop": 820580877
        },
        {
            "start": 820580884,
            "stop": 820582124
        },
        {
            "start": 820582139,
            "stop": 820582312
        },
        {
            "start": 820582320,
            "stop": 820582459
        },
        {
            "start": 820582466,
            "stop": 820583378
        },
        {
            "start": 820583386,
            "stop": 820585871
        },
        {
            "start": 820585878,
            "stop": 820588045
        },
        {
            "start": 820588053,
            "stop": 820589208
        },
        {
            "start": 820589215,
            "stop": 820589341
        },
        {
            "start": 820589345,
            "stop": 820590105
        },
        {
            "start": 820590133,
            "stop": 820590219
        },
        {
            "start": 820590227,
            "stop": 820591070
        },
        {
            "start": 820591210,
            "stop": 820591852
        }
    ]
}