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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=202",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 203,
    "results": [
        {
            "start": 821667563,
            "stop": 821667577
        },
        {
            "start": 821667580,
            "stop": 821667582
        },
        {
            "start": 821667585,
            "stop": 821667586
        },
        {
            "start": 821667589,
            "stop": 821667591
        },
        {
            "start": 821667594,
            "stop": 821667600
        },
        {
            "start": 821667604,
            "stop": 821667605
        },
        {
            "start": 821667608,
            "stop": 821667617
        },
        {
            "start": 821667622,
            "stop": 821667629
        },
        {
            "start": 821667632,
            "stop": 821667638
        },
        {
            "start": 821667641,
            "stop": 821667652
        },
        {
            "start": 821667655,
            "stop": 821667671
        },
        {
            "start": 821667674,
            "stop": 821667676
        },
        {
            "start": 821667682,
            "stop": 821667685
        },
        {
            "start": 821667689,
            "stop": 821667709
        },
        {
            "start": 821667716,
            "stop": 821667720
        },
        {
            "start": 821667724,
            "stop": 821667727
        },
        {
            "start": 821667730,
            "stop": 821667738
        },
        {
            "start": 821667741,
            "stop": 821667742
        },
        {
            "start": 821667745,
            "stop": 821667762
        },
        {
            "start": 821667765,
            "stop": 821667772
        }
    ]
}