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=9931
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=9932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9930",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9931,
    "results": [
        {
            "start": 870931660,
            "stop": 870931680
        },
        {
            "start": 870931740,
            "stop": 870931926
        },
        {
            "start": 870931941,
            "stop": 870931972
        },
        {
            "start": 870931979,
            "stop": 870932113
        },
        {
            "start": 870932120,
            "stop": 870932126
        },
        {
            "start": 870932140,
            "stop": 870932258
        },
        {
            "start": 870932282,
            "stop": 870932302
        },
        {
            "start": 870932311,
            "stop": 870932426
        },
        {
            "start": 870932434,
            "stop": 870932453
        },
        {
            "start": 870932460,
            "stop": 870932506
        },
        {
            "start": 870932513,
            "stop": 870932581
        },
        {
            "start": 870932588,
            "stop": 870932594
        },
        {
            "start": 870932602,
            "stop": 870932633
        },
        {
            "start": 870932641,
            "stop": 870932648
        },
        {
            "start": 870932655,
            "stop": 870932675
        },
        {
            "start": 870932683,
            "stop": 870932690
        },
        {
            "start": 870932698,
            "stop": 870932798
        },
        {
            "start": 870932805,
            "stop": 870932826
        },
        {
            "start": 870932834,
            "stop": 870932848
        },
        {
            "start": 870932905,
            "stop": 870932907
        }
    ]
}