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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4802",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4803,
    "results": [
        {
            "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
        },
        {
            "start": 874642988,
            "stop": 874643049
        },
        {
            "start": 874643069,
            "stop": 874643084
        },
        {
            "start": 874643103,
            "stop": 874643170
        },
        {
            "start": 874643189,
            "stop": 874643250
        },
        {
            "start": 874643269,
            "stop": 874643301
        },
        {
            "start": 874643337,
            "stop": 874643340
        }
    ]
}