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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=174",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 175,
    "results": [
        {
            "start": 816909254,
            "stop": 816909263
        },
        {
            "start": 816909269,
            "stop": 816909274
        },
        {
            "start": 816909282,
            "stop": 816909316
        },
        {
            "start": 816909319,
            "stop": 816909474
        },
        {
            "start": 816909488,
            "stop": 816909489
        },
        {
            "start": 816909494,
            "stop": 816909496
        },
        {
            "start": 816909514,
            "stop": 816909531
        },
        {
            "start": 816909535,
            "stop": 816909546
        },
        {
            "start": 816909552,
            "stop": 816909555
        },
        {
            "start": 816909565,
            "stop": 816909569
        },
        {
            "start": 816909574,
            "stop": 816909577
        },
        {
            "start": 816909583,
            "stop": 816909591
        },
        {
            "start": 816909594,
            "stop": 816909613
        },
        {
            "start": 816909617,
            "stop": 816909636
        },
        {
            "start": 816909640,
            "stop": 816909709
        },
        {
            "start": 816909715,
            "stop": 816909724
        },
        {
            "start": 816909727,
            "stop": 816909732
        },
        {
            "start": 816909736,
            "stop": 816909802
        },
        {
            "start": 816909814,
            "stop": 816909820
        },
        {
            "start": 816909825,
            "stop": 816909826
        }
    ]
}