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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=199",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 200,
    "results": [
        {
            "start": 820117428,
            "stop": 820117441
        },
        {
            "start": 820117444,
            "stop": 820117852
        },
        {
            "start": 820117855,
            "stop": 820119240
        },
        {
            "start": 820119300,
            "stop": 820119679
        },
        {
            "start": 820119799,
            "stop": 820122768
        },
        {
            "start": 820122771,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820124247
        },
        {
            "start": 820124264,
            "stop": 820128737
        },
        {
            "start": 820128740,
            "stop": 820128893
        },
        {
            "start": 820128896,
            "stop": 820129661
        },
        {
            "start": 820129664,
            "stop": 820130070
        },
        {
            "start": 820130073,
            "stop": 820133041
        },
        {
            "start": 820133044,
            "stop": 820133066
        },
        {
            "start": 820133069,
            "stop": 820135572
        },
        {
            "start": 820135575,
            "stop": 820135957
        },
        {
            "start": 820135961,
            "stop": 820136012
        },
        {
            "start": 820136029,
            "stop": 820137065
        },
        {
            "start": 820137068,
            "stop": 820138140
        },
        {
            "start": 820138200,
            "stop": 820138260
        },
        {
            "start": 820138440,
            "stop": 820138500
        }
    ]
}