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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=339",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 340,
    "results": [
        {
            "start": 818778996,
            "stop": 818778999
        },
        {
            "start": 818779033,
            "stop": 818779043
        },
        {
            "start": 818779095,
            "stop": 818779120
        },
        {
            "start": 818779123,
            "stop": 818779135
        },
        {
            "start": 818779177,
            "stop": 818779207
        },
        {
            "start": 818779227,
            "stop": 818779248
        },
        {
            "start": 818779293,
            "stop": 818779308
        },
        {
            "start": 818779329,
            "stop": 818779393
        },
        {
            "start": 818779585,
            "stop": 818779639
        },
        {
            "start": 818779664,
            "stop": 818779693
        },
        {
            "start": 818779816,
            "stop": 818779834
        },
        {
            "start": 818779838,
            "stop": 818779917
        },
        {
            "start": 818779949,
            "stop": 818780059
        },
        {
            "start": 818780148,
            "stop": 818780164
        },
        {
            "start": 818780283,
            "stop": 818780287
        },
        {
            "start": 818780323,
            "stop": 818780334
        },
        {
            "start": 818780374,
            "stop": 818780402
        },
        {
            "start": 818780422,
            "stop": 818780450
        },
        {
            "start": 818780470,
            "stop": 818780497
        },
        {
            "start": 818780528,
            "stop": 818780576
        }
    ]
}