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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5253",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5254,
    "results": [
        {
            "start": 970213595,
            "stop": 970213712
        },
        {
            "start": 970213733,
            "stop": 970213900
        },
        {
            "start": 970213903,
            "stop": 970214605
        },
        {
            "start": 970214608,
            "stop": 970214654
        },
        {
            "start": 970214657,
            "stop": 970214752
        },
        {
            "start": 970214773,
            "stop": 970214874
        },
        {
            "start": 970214877,
            "stop": 970215132
        },
        {
            "start": 970215135,
            "stop": 970215469
        },
        {
            "start": 970215472,
            "stop": 970215664
        },
        {
            "start": 970215667,
            "stop": 970215939
        },
        {
            "start": 970215942,
            "stop": 970215965
        },
        {
            "start": 970215968,
            "stop": 970216166
        },
        {
            "start": 970216183,
            "stop": 970216215
        },
        {
            "start": 970216218,
            "stop": 970217102
        },
        {
            "start": 970217105,
            "stop": 970217367
        },
        {
            "start": 970217388,
            "stop": 970217393
        },
        {
            "start": 970217414,
            "stop": 970217661
        },
        {
            "start": 970217664,
            "stop": 970217845
        },
        {
            "start": 970217862,
            "stop": 970218137
        },
        {
            "start": 970218140,
            "stop": 970218240
        }
    ]
}