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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5259",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5260,
    "results": [
        {
            "start": 875218832,
            "stop": 875218843
        },
        {
            "start": 875218850,
            "stop": 875218922
        },
        {
            "start": 875218930,
            "stop": 875219031
        },
        {
            "start": 875219038,
            "stop": 875219090
        },
        {
            "start": 875219097,
            "stop": 875219103
        },
        {
            "start": 875219110,
            "stop": 875219131
        },
        {
            "start": 875219145,
            "stop": 875219168
        },
        {
            "start": 875219175,
            "stop": 875219245
        },
        {
            "start": 875219252,
            "stop": 875219284
        },
        {
            "start": 875219291,
            "stop": 875219300
        },
        {
            "start": 875219307,
            "stop": 875219379
        },
        {
            "start": 875219386,
            "stop": 875219421
        },
        {
            "start": 875219434,
            "stop": 875219439
        },
        {
            "start": 875219446,
            "stop": 875219458
        },
        {
            "start": 875219465,
            "stop": 875219539
        },
        {
            "start": 875219546,
            "stop": 875219567
        },
        {
            "start": 875219576,
            "stop": 875219615
        },
        {
            "start": 875219622,
            "stop": 875219802
        },
        {
            "start": 875219809,
            "stop": 875219821
        },
        {
            "start": 875219834,
            "stop": 875219836
        }
    ]
}