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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46872",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46873,
    "results": [
        {
            "start": 875147907,
            "stop": 875147910
        },
        {
            "start": 875147913,
            "stop": 875147920
        },
        {
            "start": 875147922,
            "stop": 875147941
        },
        {
            "start": 875147943,
            "stop": 875147950
        },
        {
            "start": 875147953,
            "stop": 875147961
        },
        {
            "start": 875147963,
            "stop": 875147964
        },
        {
            "start": 875147970,
            "stop": 875147992
        },
        {
            "start": 875147993,
            "stop": 875147996
        },
        {
            "start": 875147999,
            "stop": 875148002
        },
        {
            "start": 875148011,
            "stop": 875148013
        },
        {
            "start": 875148015,
            "stop": 875148021
        },
        {
            "start": 875148022,
            "stop": 875148025
        },
        {
            "start": 875148027,
            "stop": 875148032
        },
        {
            "start": 875148037,
            "stop": 875148041
        },
        {
            "start": 875148042,
            "stop": 875148048
        },
        {
            "start": 875148050,
            "stop": 875148056
        },
        {
            "start": 875148057,
            "stop": 875148065
        },
        {
            "start": 875148071,
            "stop": 875148091
        },
        {
            "start": 875148094,
            "stop": 875148100
        },
        {
            "start": 875148103,
            "stop": 875148115
        }
    ]
}