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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6674",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6675,
    "results": [
        {
            "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
        },
        {
            "start": 875097085,
            "stop": 875097485
        },
        {
            "start": 875097487,
            "stop": 875098061
        },
        {
            "start": 875098062,
            "stop": 875098505
        },
        {
            "start": 875098506,
            "stop": 875098612
        },
        {
            "start": 875098613,
            "stop": 875098859
        },
        {
            "start": 875098861,
            "stop": 875098913
        },
        {
            "start": 875098915,
            "stop": 875099695
        },
        {
            "start": 875099697,
            "stop": 875100153
        },
        {
            "start": 875100154,
            "stop": 875100370
        }
    ]
}