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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40714",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40715,
    "results": [
        {
            "start": 874954631,
            "stop": 874954678
        },
        {
            "start": 874954680,
            "stop": 874954705
        },
        {
            "start": 874954706,
            "stop": 874954715
        },
        {
            "start": 874954716,
            "stop": 874954733
        },
        {
            "start": 874954734,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874954811
        },
        {
            "start": 874954813,
            "stop": 874954824
        },
        {
            "start": 874954825,
            "stop": 874954839
        },
        {
            "start": 874954840,
            "stop": 874954841
        },
        {
            "start": 874954843,
            "stop": 874954845
        },
        {
            "start": 874954846,
            "stop": 874954850
        },
        {
            "start": 874954852,
            "stop": 874954867
        },
        {
            "start": 874954868,
            "stop": 874954906
        },
        {
            "start": 874954908,
            "stop": 874954922
        },
        {
            "start": 874954924,
            "stop": 874954927
        },
        {
            "start": 874954928,
            "stop": 874954932
        },
        {
            "start": 874954933,
            "stop": 874954945
        },
        {
            "start": 874954947,
            "stop": 874954975
        },
        {
            "start": 874954976,
            "stop": 874954981
        },
        {
            "start": 874954982,
            "stop": 874954985
        }
    ]
}