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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 20,
    "results": [
        {
            "start": 931136378,
            "stop": 931136382
        },
        {
            "start": 931136384,
            "stop": 931136408
        },
        {
            "start": 931136410,
            "stop": 931136415
        },
        {
            "start": 931136775,
            "stop": 931136782
        },
        {
            "start": 931136783,
            "stop": 931136784
        },
        {
            "start": 931136786,
            "stop": 931136787
        },
        {
            "start": 931136789,
            "stop": 931136796
        },
        {
            "start": 931136797,
            "stop": 931136827
        },
        {
            "start": 931136829,
            "stop": 931136861
        },
        {
            "start": 931136863,
            "stop": 931136866
        },
        {
            "start": 931136867,
            "stop": 931136908
        },
        {
            "start": 931136909,
            "stop": 931136922
        },
        {
            "start": 931136924,
            "stop": 931136969
        },
        {
            "start": 931136970,
            "stop": 931136979
        },
        {
            "start": 931136981,
            "stop": 931136991
        },
        {
            "start": 931136992,
            "stop": 931136999
        },
        {
            "start": 931137003,
            "stop": 931137005
        },
        {
            "start": 931137008,
            "stop": 931137027
        },
        {
            "start": 931137029,
            "stop": 931137102
        },
        {
            "start": 931137104,
            "stop": 931137113
        }
    ]
}