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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3210",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3211,
    "results": [
        {
            "start": 871297680,
            "stop": 871297800
        },
        {
            "start": 871297920,
            "stop": 871297980
        },
        {
            "start": 871298100,
            "stop": 871298400
        },
        {
            "start": 871298460,
            "stop": 871298520
        },
        {
            "start": 871298580,
            "stop": 871299000
        },
        {
            "start": 871299060,
            "stop": 871300038
        },
        {
            "start": 871300045,
            "stop": 871300046
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301796,
            "stop": 871301880
        },
        {
            "start": 871302240,
            "stop": 871302540
        },
        {
            "start": 871302600,
            "stop": 871304789
        },
        {
            "start": 871304793,
            "stop": 871304794
        },
        {
            "start": 871304800,
            "stop": 871307934
        },
        {
            "start": 871308080,
            "stop": 871308600
        },
        {
            "start": 871308660,
            "stop": 871311110
        },
        {
            "start": 871311115,
            "stop": 871311120
        },
        {
            "start": 871311180,
            "stop": 871311445
        },
        {
            "start": 871311450,
            "stop": 871311472
        },
        {
            "start": 871311478,
            "stop": 871311480
        },
        {
            "start": 871311540,
            "stop": 871312821
        }
    ]
}