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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=387",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 388,
    "results": [
        {
            "start": 821763706,
            "stop": 821763708
        },
        {
            "start": 821763713,
            "stop": 821763716
        },
        {
            "start": 821763719,
            "stop": 821763720
        },
        {
            "start": 821763723,
            "stop": 821763724
        },
        {
            "start": 821763729,
            "stop": 821763736
        },
        {
            "start": 821763740,
            "stop": 821763747
        },
        {
            "start": 821763754,
            "stop": 821763757
        },
        {
            "start": 821763760,
            "stop": 821763761
        },
        {
            "start": 821763771,
            "stop": 821763774
        },
        {
            "start": 821763778,
            "stop": 821763779
        },
        {
            "start": 821763783,
            "stop": 821763787
        },
        {
            "start": 821763790,
            "stop": 821763795
        },
        {
            "start": 821763802,
            "stop": 821763805
        },
        {
            "start": 821763814,
            "stop": 821763822
        },
        {
            "start": 821763825,
            "stop": 821763826
        },
        {
            "start": 821763829,
            "stop": 821763830
        },
        {
            "start": 821763835,
            "stop": 821763836
        },
        {
            "start": 821763843,
            "stop": 821763852
        },
        {
            "start": 821763855,
            "stop": 821763862
        },
        {
            "start": 821763870,
            "stop": 821763872
        }
    ]
}