Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_HW/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW/segments?format=api&page=57",
    "results_count": 1668,
    "results_per_page": 20,
    "num_pages": 84,
    "page_number": 58,
    "results": [
        {
            "start": 963982062,
            "stop": 963982174
        },
        {
            "start": 963993941,
            "stop": 963994070
        },
        {
            "start": 964001877,
            "stop": 964001990
        },
        {
            "start": 964009277,
            "stop": 964009438
        },
        {
            "start": 964022829,
            "stop": 964022958
        },
        {
            "start": 964051142,
            "stop": 964051270
        },
        {
            "start": 964074205,
            "stop": 964074318
        },
        {
            "start": 964103164,
            "stop": 964107073
        },
        {
            "start": 964108894,
            "stop": 964109023
        },
        {
            "start": 964119054,
            "stop": 964119207
        },
        {
            "start": 964131678,
            "stop": 964131791
        },
        {
            "start": 964137727,
            "stop": 964137855
        },
        {
            "start": 964153534,
            "stop": 964153647
        },
        {
            "start": 964166455,
            "stop": 964166583
        },
        {
            "start": 964195279,
            "stop": 964195407
        },
        {
            "start": 964205431,
            "stop": 964205543
        },
        {
            "start": 964219150,
            "stop": 964219263
        },
        {
            "start": 964224054,
            "stop": 964224183
        },
        {
            "start": 964248839,
            "stop": 964248999
        },
        {
            "start": 964253054,
            "stop": 964253183
        }
    ]
}