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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=374",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 375,
    "results": [
        {
            "start": 821760914,
            "stop": 821760929
        },
        {
            "start": 821760934,
            "stop": 821760936
        },
        {
            "start": 821760939,
            "stop": 821760941
        },
        {
            "start": 821760944,
            "stop": 821760945
        },
        {
            "start": 821760948,
            "stop": 821760950
        },
        {
            "start": 821760955,
            "stop": 821760959
        },
        {
            "start": 821760964,
            "stop": 821760967
        },
        {
            "start": 821760975,
            "stop": 821760981
        },
        {
            "start": 821760984,
            "stop": 821760985
        },
        {
            "start": 821760988,
            "stop": 821760992
        },
        {
            "start": 821761000,
            "stop": 821761005
        },
        {
            "start": 821761009,
            "stop": 821761010
        },
        {
            "start": 821761013,
            "stop": 821761015
        },
        {
            "start": 821761020,
            "stop": 821761022
        },
        {
            "start": 821761032,
            "stop": 821761034
        },
        {
            "start": 821761037,
            "stop": 821761039
        },
        {
            "start": 821761049,
            "stop": 821761052
        },
        {
            "start": 821761062,
            "stop": 821761072
        },
        {
            "start": 821761079,
            "stop": 821761084
        },
        {
            "start": 821761087,
            "stop": 821761088
        }
    ]
}