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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=174",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 175,
    "results": [
        {
            "start": 843233646,
            "stop": 843233671
        },
        {
            "start": 843233673,
            "stop": 843237209
        },
        {
            "start": 843237217,
            "stop": 843240054
        },
        {
            "start": 843240069,
            "stop": 843240078
        },
        {
            "start": 843240173,
            "stop": 843242051
        },
        {
            "start": 843242052,
            "stop": 843243384
        },
        {
            "start": 843243386,
            "stop": 843247854
        },
        {
            "start": 843247862,
            "stop": 843257766
        },
        {
            "start": 843258041,
            "stop": 843266743
        },
        {
            "start": 843266745,
            "stop": 843266747
        },
        {
            "start": 843266749,
            "stop": 843280747
        },
        {
            "start": 843280749,
            "stop": 843293256
        },
        {
            "start": 843293262,
            "stop": 843317274
        },
        {
            "start": 843317282,
            "stop": 843318086
        },
        {
            "start": 843347138,
            "stop": 843350069
        },
        {
            "start": 843350071,
            "stop": 843359820
        },
        {
            "start": 843359901,
            "stop": 843404865
        },
        {
            "start": 843404873,
            "stop": 843406016
        },
        {
            "start": 843406107,
            "stop": 843408651
        },
        {
            "start": 843408661,
            "stop": 843408667
        }
    ]
}