Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2472
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2471",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2472,
    "results": [
        {
            "start": 874885363,
            "stop": 874886475
        },
        {
            "start": 874886492,
            "stop": 874886870
        },
        {
            "start": 874886950,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874888783
        },
        {
            "start": 874888800,
            "stop": 874889120
        },
        {
            "start": 874889137,
            "stop": 874889870
        },
        {
            "start": 874889950,
            "stop": 874890063
        },
        {
            "start": 874890080,
            "stop": 874890161
        },
        {
            "start": 874890178,
            "stop": 874890230
        },
        {
            "start": 874890310,
            "stop": 874891373
        },
        {
            "start": 874891390,
            "stop": 874891775
        },
        {
            "start": 874891792,
            "stop": 874896710
        },
        {
            "start": 874896790,
            "stop": 874897068
        },
        {
            "start": 874897085,
            "stop": 874897596
        },
        {
            "start": 874897613,
            "stop": 874901088
        },
        {
            "start": 874901105,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874903059
        },
        {
            "start": 874903076,
            "stop": 874903850
        }
    ]
}