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=5007
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=5008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5006",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5007,
    "results": [
        {
            "start": 874545277,
            "stop": 874545288
        },
        {
            "start": 874545295,
            "stop": 874545374
        },
        {
            "start": 874545381,
            "stop": 874545382
        },
        {
            "start": 874545390,
            "stop": 874545394
        },
        {
            "start": 874545401,
            "stop": 874545454
        },
        {
            "start": 874545461,
            "stop": 874545465
        },
        {
            "start": 874545473,
            "stop": 874545531
        },
        {
            "start": 874545538,
            "stop": 874545647
        },
        {
            "start": 874545654,
            "stop": 874545686
        },
        {
            "start": 874545694,
            "stop": 874545721
        },
        {
            "start": 874545728,
            "stop": 874545825
        },
        {
            "start": 874545837,
            "stop": 874545848
        },
        {
            "start": 874545855,
            "stop": 874545885
        },
        {
            "start": 874545893,
            "stop": 874545911
        },
        {
            "start": 874545922,
            "stop": 874545934
        },
        {
            "start": 874545942,
            "stop": 874545950
        },
        {
            "start": 874545960,
            "stop": 874546001
        },
        {
            "start": 874546009,
            "stop": 874546057
        },
        {
            "start": 874546064,
            "stop": 874546097
        },
        {
            "start": 874546107,
            "stop": 874546120
        }
    ]
}