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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=211",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 212,
    "results": [
        {
            "start": 846918086,
            "stop": 846918097
        },
        {
            "start": 846918101,
            "stop": 846918117
        },
        {
            "start": 846918125,
            "stop": 846918151
        },
        {
            "start": 846918155,
            "stop": 846918204
        },
        {
            "start": 846918208,
            "stop": 846918228
        },
        {
            "start": 846918238,
            "stop": 846918249
        },
        {
            "start": 846918252,
            "stop": 846918302
        },
        {
            "start": 846918311,
            "stop": 846918341
        },
        {
            "start": 846918345,
            "stop": 846918346
        },
        {
            "start": 846918355,
            "stop": 846918391
        },
        {
            "start": 846918394,
            "stop": 846918400
        },
        {
            "start": 846918414,
            "stop": 846918509
        },
        {
            "start": 846918518,
            "stop": 846918906
        },
        {
            "start": 846918910,
            "stop": 846918932
        },
        {
            "start": 846918946,
            "stop": 846919000
        },
        {
            "start": 846919004,
            "stop": 846919014
        },
        {
            "start": 846919019,
            "stop": 846919020
        },
        {
            "start": 846919025,
            "stop": 846919050
        },
        {
            "start": 846919073,
            "stop": 846919079
        },
        {
            "start": 846919083,
            "stop": 846919098
        }
    ]
}