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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=11",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 12,
    "results": [
        {
            "start": 931127731,
            "stop": 931127735
        },
        {
            "start": 931127736,
            "stop": 931127775
        },
        {
            "start": 931127776,
            "stop": 931127801
        },
        {
            "start": 931127802,
            "stop": 931127869
        },
        {
            "start": 931127870,
            "stop": 931127900
        },
        {
            "start": 931127901,
            "stop": 931128129
        },
        {
            "start": 931128130,
            "stop": 931128166
        },
        {
            "start": 931128167,
            "stop": 931128640
        },
        {
            "start": 931128641,
            "stop": 931128877
        },
        {
            "start": 931128878,
            "stop": 931128901
        },
        {
            "start": 931128902,
            "stop": 931129049
        },
        {
            "start": 931129050,
            "stop": 931129120
        },
        {
            "start": 931129121,
            "stop": 931129171
        },
        {
            "start": 931129172,
            "stop": 931129181
        },
        {
            "start": 931129182,
            "stop": 931129215
        },
        {
            "start": 931129575,
            "stop": 931129625
        },
        {
            "start": 931129626,
            "stop": 931129736
        },
        {
            "start": 931129737,
            "stop": 931129764
        },
        {
            "start": 931129765,
            "stop": 931130018
        },
        {
            "start": 931130078,
            "stop": 931130191
        }
    ]
}