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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=113",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 114,
    "results": [
        {
            "start": 855887484,
            "stop": 855901536
        },
        {
            "start": 855902199,
            "stop": 855907810
        },
        {
            "start": 855908878,
            "stop": 855943454
        },
        {
            "start": 855944815,
            "stop": 855949030
        },
        {
            "start": 855949813,
            "stop": 855953848
        },
        {
            "start": 855954822,
            "stop": 855954979
        },
        {
            "start": 855987146,
            "stop": 855987177
        },
        {
            "start": 856006144,
            "stop": 856006457
        },
        {
            "start": 856009275,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856067910
        },
        {
            "start": 856070598,
            "stop": 856075792
        },
        {
            "start": 856076306,
            "stop": 856105831
        },
        {
            "start": 856106848,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127825
        },
        {
            "start": 856128417,
            "stop": 856131410
        },
        {
            "start": 856131554,
            "stop": 856132450
        },
        {
            "start": 856132641,
            "stop": 856133549
        },
        {
            "start": 856134515,
            "stop": 856135778
        },
        {
            "start": 856136218,
            "stop": 856142945
        },
        {
            "start": 856143522,
            "stop": 856150243
        }
    ]
}