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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 18,
    "results": [
        {
            "start": 816981141,
            "stop": 816982800
        },
        {
            "start": 816982803,
            "stop": 816983168
        },
        {
            "start": 816983200,
            "stop": 816983232
        },
        {
            "start": 816983264,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816988804
        },
        {
            "start": 816989738,
            "stop": 816998657
        },
        {
            "start": 816998660,
            "stop": 817014552
        },
        {
            "start": 817014555,
            "stop": 817031528
        },
        {
            "start": 817032868,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817048443
        },
        {
            "start": 817048445,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817068493
        },
        {
            "start": 817069582,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "stop": 817090703
        },
        {
            "start": 817090705,
            "stop": 817097992
        },
        {
            "start": 817097995,
            "stop": 817099317
        },
        {
            "start": 817099320,
            "stop": 817101969
        },
        {
            "start": 817101972,
            "stop": 817103298
        }
    ]
}