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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10179",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10180,
    "results": [
        {
            "start": 873827340,
            "stop": 873827369
        },
        {
            "start": 873827377,
            "stop": 873827429
        },
        {
            "start": 873827438,
            "stop": 873827444
        },
        {
            "start": 873827452,
            "stop": 873827460
        },
        {
            "start": 873827520,
            "stop": 873827580
        },
        {
            "start": 873827640,
            "stop": 873827701
        },
        {
            "start": 873827724,
            "stop": 873827759
        },
        {
            "start": 873827767,
            "stop": 873827820
        },
        {
            "start": 873827880,
            "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": 873828360
        },
        {
            "start": 873828420,
            "stop": 873828448
        },
        {
            "start": 873828456,
            "stop": 873828499
        },
        {
            "start": 873828508,
            "stop": 873828514
        },
        {
            "start": 873828536,
            "stop": 873828551
        }
    ]
}