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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 2,
    "results": [
        {
            "start": 815209854,
            "stop": 815209929
        },
        {
            "start": 815209937,
            "stop": 815210010
        },
        {
            "start": 815210013,
            "stop": 815210019
        },
        {
            "start": 815210023,
            "stop": 815210033
        },
        {
            "start": 815210037,
            "stop": 815210086
        },
        {
            "start": 815210090,
            "stop": 815210156
        },
        {
            "start": 815210160,
            "stop": 815210292
        },
        {
            "start": 815210296,
            "stop": 815210658
        },
        {
            "start": 815210662,
            "stop": 815211793
        },
        {
            "start": 815211832,
            "stop": 815211833
        },
        {
            "start": 815211991,
            "stop": 815214704
        },
        {
            "start": 815215435,
            "stop": 815216053
        },
        {
            "start": 815216065,
            "stop": 815216067
        },
        {
            "start": 815216171,
            "stop": 815216341
        },
        {
            "start": 815217937,
            "stop": 815217974
        },
        {
            "start": 815219912,
            "stop": 815221302
        },
        {
            "start": 815221912,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230076
        },
        {
            "start": 815231235,
            "stop": 815236331
        },
        {
            "start": 815236335,
            "stop": 815236442
        }
    ]
}