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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=262",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 263,
    "results": [
        {
            "start": 827857800,
            "stop": 827858096
        },
        {
            "start": 827858097,
            "stop": 827858761
        },
        {
            "start": 827858833,
            "stop": 827859450
        },
        {
            "start": 827859510,
            "stop": 827860450
        },
        {
            "start": 827860455,
            "stop": 827860517
        },
        {
            "start": 827860523,
            "stop": 827861822
        },
        {
            "start": 827861828,
            "stop": 827865210
        },
        {
            "start": 827865270,
            "stop": 827865330
        },
        {
            "start": 827865450,
            "stop": 827865510
        },
        {
            "start": 827865570,
            "stop": 827868802
        },
        {
            "start": 827868808,
            "stop": 827868872
        },
        {
            "start": 827869310,
            "stop": 827870635
        },
        {
            "start": 827870640,
            "stop": 827874090
        },
        {
            "start": 827874150,
            "stop": 827874270
        },
        {
            "start": 827874330,
            "stop": 827876310
        },
        {
            "start": 827876370,
            "stop": 827876386
        },
        {
            "start": 827876731,
            "stop": 827880210
        },
        {
            "start": 827880215,
            "stop": 827882111
        },
        {
            "start": 827882411,
            "stop": 827915310
        },
        {
            "start": 827915370,
            "stop": 827921742
        }
    ]
}