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=5176
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=5177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5175",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5176,
    "results": [
        {
            "start": 874760134,
            "stop": 874760210
        },
        {
            "start": 874760222,
            "stop": 874760232
        },
        {
            "start": 874760239,
            "stop": 874760327
        },
        {
            "start": 874760334,
            "stop": 874760429
        },
        {
            "start": 874760436,
            "stop": 874760533
        },
        {
            "start": 874760546,
            "stop": 874760618
        },
        {
            "start": 874760626,
            "stop": 874760708
        },
        {
            "start": 874760715,
            "stop": 874760798
        },
        {
            "start": 874760809,
            "stop": 874760820
        },
        {
            "start": 874760828,
            "stop": 874760884
        },
        {
            "start": 874760897,
            "stop": 874760921
        },
        {
            "start": 874760928,
            "stop": 874761004
        },
        {
            "start": 874761012,
            "stop": 874761020
        },
        {
            "start": 874761028,
            "stop": 874761060
        },
        {
            "start": 874761067,
            "stop": 874761143
        },
        {
            "start": 874761150,
            "stop": 874761203
        },
        {
            "start": 874761215,
            "stop": 874761564
        },
        {
            "start": 874761572,
            "stop": 874761630
        },
        {
            "start": 874761643,
            "stop": 874761656
        },
        {
            "start": 874761663,
            "stop": 874761675
        }
    ]
}