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=10167
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=10168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10166",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10167,
    "results": [
        {
            "start": 873800477,
            "stop": 873800694
        },
        {
            "start": 873800709,
            "stop": 873800722
        },
        {
            "start": 873800737,
            "stop": 873800760
        },
        {
            "start": 873800820,
            "stop": 873800853
        },
        {
            "start": 873800860,
            "stop": 873800962
        },
        {
            "start": 873800973,
            "stop": 873801054
        },
        {
            "start": 873801062,
            "stop": 873801329
        },
        {
            "start": 873801363,
            "stop": 873801562
        },
        {
            "start": 873801569,
            "stop": 873801594
        },
        {
            "start": 873801601,
            "stop": 873801888
        },
        {
            "start": 873801895,
            "stop": 873801957
        },
        {
            "start": 873801965,
            "stop": 873801974
        },
        {
            "start": 873801981,
            "stop": 873802230
        },
        {
            "start": 873802238,
            "stop": 873802258
        },
        {
            "start": 873802265,
            "stop": 873802367
        },
        {
            "start": 873802374,
            "stop": 873802389
        },
        {
            "start": 873802404,
            "stop": 873802534
        },
        {
            "start": 873802541,
            "stop": 873802691
        },
        {
            "start": 873802707,
            "stop": 873802713
        },
        {
            "start": 873802729,
            "stop": 873802740
        }
    ]
}