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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=259",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 260,
    "results": [
        {
            "start": 871922459,
            "stop": 871933653
        },
        {
            "start": 871934718,
            "stop": 872015131
        },
        {
            "start": 872016185,
            "stop": 872016477
        },
        {
            "start": 872016961,
            "stop": 872018292
        },
        {
            "start": 872019292,
            "stop": 872030837
        },
        {
            "start": 872032216,
            "stop": 872049076
        },
        {
            "start": 872050844,
            "stop": 872092880
        },
        {
            "start": 872094442,
            "stop": 872103970
        },
        {
            "start": 872105657,
            "stop": 872129378
        },
        {
            "start": 872129380,
            "stop": 872129571
        },
        {
            "start": 872131098,
            "stop": 872142107
        },
        {
            "start": 872143950,
            "stop": 872167757
        },
        {
            "start": 872168993,
            "stop": 872183056
        },
        {
            "start": 872183772,
            "stop": 872201809
        },
        {
            "start": 872203081,
            "stop": 872242369
        },
        {
            "start": 872242907,
            "stop": 872299551
        },
        {
            "start": 872300654,
            "stop": 872304692
        },
        {
            "start": 872305448,
            "stop": 872315332
        },
        {
            "start": 872316261,
            "stop": 872331557
        },
        {
            "start": 872332687,
            "stop": 872345449
        }
    ]
}