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=5110
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=5111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5109",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5110,
    "results": [
        {
            "start": 873407198,
            "stop": 873408515
        },
        {
            "start": 873408534,
            "stop": 873408708
        },
        {
            "start": 873408716,
            "stop": 873409723
        },
        {
            "start": 873409731,
            "stop": 873409906
        },
        {
            "start": 873409914,
            "stop": 873409970
        },
        {
            "start": 873409987,
            "stop": 873410506
        },
        {
            "start": 873410514,
            "stop": 873411046
        },
        {
            "start": 873411053,
            "stop": 873411145
        },
        {
            "start": 873411184,
            "stop": 873411207
        },
        {
            "start": 873411214,
            "stop": 873411448
        },
        {
            "start": 873411484,
            "stop": 873411588
        },
        {
            "start": 873411595,
            "stop": 873411791
        },
        {
            "start": 873411828,
            "stop": 873411829
        },
        {
            "start": 873411961,
            "stop": 873412302
        },
        {
            "start": 873412309,
            "stop": 873412489
        },
        {
            "start": 873412542,
            "stop": 873413974
        },
        {
            "start": 873414036,
            "stop": 873414296
        },
        {
            "start": 873414529,
            "stop": 873414538
        },
        {
            "start": 873414545,
            "stop": 873414947
        },
        {
            "start": 873414954,
            "stop": 873415595
        }
    ]
}