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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=77",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 78,
    "results": [
        {
            "start": 828042211,
            "stop": 828049065
        },
        {
            "start": 828049072,
            "stop": 828112266
        },
        {
            "start": 828112271,
            "stop": 828112400
        },
        {
            "start": 828135455,
            "stop": 828136098
        },
        {
            "start": 828136106,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828153414
        },
        {
            "start": 828162854,
            "stop": 828169972
        },
        {
            "start": 828169979,
            "stop": 828173183
        },
        {
            "start": 828173189,
            "stop": 828174445
        },
        {
            "start": 828175469,
            "stop": 828179610
        },
        {
            "start": 828179617,
            "stop": 828180621
        },
        {
            "start": 828180628,
            "stop": 828182550
        },
        {
            "start": 828182557,
            "stop": 828190814
        },
        {
            "start": 828190821,
            "stop": 828192021
        },
        {
            "start": 828192164,
            "stop": 828192334
        },
        {
            "start": 828192443,
            "stop": 828192655
        },
        {
            "start": 828192696,
            "stop": 828192714
        },
        {
            "start": 828193481,
            "stop": 828193559
        },
        {
            "start": 828193566,
            "stop": 828193588
        },
        {
            "start": 828229006,
            "stop": 828246222
        }
    ]
}