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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=191",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 192,
    "results": [
        {
            "start": 817582958,
            "stop": 817582967
        },
        {
            "start": 817583041,
            "stop": 817583060
        },
        {
            "start": 817583108,
            "stop": 817583124
        },
        {
            "start": 817583146,
            "stop": 817583158
        },
        {
            "start": 817583183,
            "stop": 817583213
        },
        {
            "start": 817583233,
            "stop": 817583237
        },
        {
            "start": 817583287,
            "stop": 817583316
        },
        {
            "start": 817583354,
            "stop": 817583383
        },
        {
            "start": 817583460,
            "stop": 817583472
        },
        {
            "start": 817583535,
            "stop": 817583551
        },
        {
            "start": 817583580,
            "stop": 817583592
        },
        {
            "start": 817583664,
            "stop": 817583674
        },
        {
            "start": 817583693,
            "stop": 817583695
        },
        {
            "start": 817583716,
            "stop": 817583733
        },
        {
            "start": 817583768,
            "stop": 817583831
        },
        {
            "start": 817583835,
            "stop": 817583956
        },
        {
            "start": 817583975,
            "stop": 817584150
        },
        {
            "start": 817584188,
            "stop": 817584258
        },
        {
            "start": 817584301,
            "stop": 817584385
        },
        {
            "start": 817584412,
            "stop": 817584447
        }
    ]
}