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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5180",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5181,
    "results": [
        {
            "start": 873827239,
            "stop": 873827282
        },
        {
            "start": 873827289,
            "stop": 873827299
        },
        {
            "start": 873827335,
            "stop": 873827369
        },
        {
            "start": 873827377,
            "stop": 873827429
        },
        {
            "start": 873827438,
            "stop": 873827444
        },
        {
            "start": 873827452,
            "stop": 873827497
        },
        {
            "start": 873827512,
            "stop": 873827701
        },
        {
            "start": 873827724,
            "stop": 873827759
        },
        {
            "start": 873827767,
            "stop": 873827832
        },
        {
            "start": 873827875,
            "stop": 873827889
        },
        {
            "start": 873827904,
            "stop": 873827968
        },
        {
            "start": 873827976,
            "stop": 873828092
        },
        {
            "start": 873828099,
            "stop": 873828233
        },
        {
            "start": 873828241,
            "stop": 873828266
        },
        {
            "start": 873828275,
            "stop": 873828281
        },
        {
            "start": 873828289,
            "stop": 873828342
        },
        {
            "start": 873828358,
            "stop": 873828391
        },
        {
            "start": 873828398,
            "stop": 873828448
        },
        {
            "start": 873828456,
            "stop": 873828499
        },
        {
            "start": 873828508,
            "stop": 873828514
        }
    ]
}