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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7298",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7299,
    "results": [
        {
            "start": 875089486,
            "stop": 875089807
        },
        {
            "start": 875089808,
            "stop": 875089990
        },
        {
            "start": 875089991,
            "stop": 875090118
        },
        {
            "start": 875090119,
            "stop": 875091683
        },
        {
            "start": 875091684,
            "stop": 875091699
        },
        {
            "start": 875091700,
            "stop": 875091917
        },
        {
            "start": 875091918,
            "stop": 875092002
        },
        {
            "start": 875092004,
            "stop": 875092123
        },
        {
            "start": 875092124,
            "stop": 875093481
        },
        {
            "start": 875093482,
            "stop": 875093897
        },
        {
            "start": 875093898,
            "stop": 875093907
        },
        {
            "start": 875093908,
            "stop": 875093998
        },
        {
            "start": 875094000,
            "stop": 875094010
        },
        {
            "start": 875094011,
            "stop": 875094228
        },
        {
            "start": 875094229,
            "stop": 875094658
        },
        {
            "start": 875094659,
            "stop": 875095306
        },
        {
            "start": 875095307,
            "stop": 875095945
        },
        {
            "start": 875095946,
            "stop": 875096212
        },
        {
            "start": 875096213,
            "stop": 875096400
        },
        {
            "start": 875096401,
            "stop": 875097084
        }
    ]
}