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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4284",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4285,
    "results": [
        {
            "start": 874641197,
            "stop": 874641200
        },
        {
            "start": 874641219,
            "stop": 874641258
        },
        {
            "start": 874641277,
            "stop": 874641305
        },
        {
            "start": 874641325,
            "stop": 874641378
        },
        {
            "start": 874641397,
            "stop": 874641612
        },
        {
            "start": 874641642,
            "stop": 874641660
        },
        {
            "start": 874641720,
            "stop": 874641794
        },
        {
            "start": 874641814,
            "stop": 874641822
        },
        {
            "start": 874641841,
            "stop": 874641979
        },
        {
            "start": 874642016,
            "stop": 874642088
        },
        {
            "start": 874642110,
            "stop": 874642122
        },
        {
            "start": 874642320,
            "stop": 874642332
        },
        {
            "start": 874642355,
            "stop": 874642408
        },
        {
            "start": 874642428,
            "stop": 874642450
        },
        {
            "start": 874642469,
            "stop": 874642529
        },
        {
            "start": 874642567,
            "stop": 874642608
        },
        {
            "start": 874642649,
            "stop": 874642752
        },
        {
            "start": 874642771,
            "stop": 874642816
        },
        {
            "start": 874642835,
            "stop": 874642870
        },
        {
            "start": 874642916,
            "stop": 874642969
        }
    ]
}