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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4749",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4747",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4748,
    "results": [
        {
            "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
        },
        {
            "start": 970218243,
            "stop": 970218387
        },
        {
            "start": 970218390,
            "stop": 970218554
        },
        {
            "start": 970218557,
            "stop": 970218783
        },
        {
            "start": 970218789,
            "stop": 970219323
        },
        {
            "start": 970219327,
            "stop": 970219329
        },
        {
            "start": 970219332,
            "stop": 970219806
        }
    ]
}