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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=180",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 181,
    "results": [
        {
            "start": 820384332,
            "stop": 820384842
        },
        {
            "start": 820384859,
            "stop": 820385602
        },
        {
            "start": 820385619,
            "stop": 820385655
        },
        {
            "start": 820385672,
            "stop": 820386758
        },
        {
            "start": 820386775,
            "stop": 820387605
        },
        {
            "start": 820387622,
            "stop": 820387923
        },
        {
            "start": 820387926,
            "stop": 820388636
        },
        {
            "start": 820388639,
            "stop": 820388737
        },
        {
            "start": 820388754,
            "stop": 820388803
        },
        {
            "start": 820388806,
            "stop": 820388894
        },
        {
            "start": 820388911,
            "stop": 820388916
        },
        {
            "start": 820388933,
            "stop": 820389909
        },
        {
            "start": 820389926,
            "stop": 820390048
        },
        {
            "start": 820390051,
            "stop": 820390474
        },
        {
            "start": 820390478,
            "stop": 820390590
        },
        {
            "start": 820390607,
            "stop": 820391754
        },
        {
            "start": 820391771,
            "stop": 820392019
        },
        {
            "start": 820392036,
            "stop": 820392105
        },
        {
            "start": 820392122,
            "stop": 820392323
        },
        {
            "start": 820392340,
            "stop": 820392599
        }
    ]
}