Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=597
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=596",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 597,
    "results": [
        {
            "start": 842914199,
            "stop": 842914211
        },
        {
            "start": 842914218,
            "stop": 842914935
        },
        {
            "start": 842914940,
            "stop": 842915109
        },
        {
            "start": 842915114,
            "stop": 842915414
        },
        {
            "start": 842915419,
            "stop": 842915420
        },
        {
            "start": 842915425,
            "stop": 842915619
        },
        {
            "start": 842915629,
            "stop": 842915647
        },
        {
            "start": 842917069,
            "stop": 842917084
        },
        {
            "start": 842917092,
            "stop": 842917111
        },
        {
            "start": 842917116,
            "stop": 842917128
        },
        {
            "start": 842917135,
            "stop": 842917141
        },
        {
            "start": 842917146,
            "stop": 842917225
        },
        {
            "start": 842921722,
            "stop": 842921757
        },
        {
            "start": 842921762,
            "stop": 842922033
        },
        {
            "start": 842922038,
            "stop": 842922062
        },
        {
            "start": 842922067,
            "stop": 842922474
        },
        {
            "start": 842922479,
            "stop": 842922488
        },
        {
            "start": 842922494,
            "stop": 842922505
        },
        {
            "start": 842922510,
            "stop": 842922562
        },
        {
            "start": 842922572,
            "stop": 842922622
        }
    ]
}