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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2320",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2321,
    "results": [
        {
            "start": 874253263,
            "stop": 874253526
        },
        {
            "start": 874253554,
            "stop": 874257120
        },
        {
            "start": 874257180,
            "stop": 874258680
        },
        {
            "start": 874258800,
            "stop": 874259959
        },
        {
            "start": 874259978,
            "stop": 874260296
        },
        {
            "start": 874260315,
            "stop": 874260320
        },
        {
            "start": 874260339,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874262940
        },
        {
            "start": 874263000,
            "stop": 874263026
        },
        {
            "start": 874265802,
            "stop": 874265945
        },
        {
            "start": 874265962,
            "stop": 874266148
        },
        {
            "start": 874266167,
            "stop": 874266241
        },
        {
            "start": 874266262,
            "stop": 874266300
        },
        {
            "start": 874266319,
            "stop": 874266518
        },
        {
            "start": 874266554,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269019
        },
        {
            "start": 874269036,
            "stop": 874269303
        },
        {
            "start": 874269320,
            "stop": 874272285
        },
        {
            "start": 874272302,
            "stop": 874275553
        },
        {
            "start": 874275572,
            "stop": 874276148
        }
    ]
}