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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=90",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 91,
    "results": [
        {
            "start": 825046285,
            "stop": 825047048
        },
        {
            "start": 825047348,
            "stop": 825047994
        },
        {
            "start": 825048617,
            "stop": 825050129
        },
        {
            "start": 825050567,
            "stop": 825050821
        },
        {
            "start": 825051378,
            "stop": 825082555
        },
        {
            "start": 825082557,
            "stop": 825089294
        },
        {
            "start": 825089404,
            "stop": 825089757
        },
        {
            "start": 825090057,
            "stop": 825093208
        },
        {
            "start": 825093318,
            "stop": 825093386
        },
        {
            "start": 825093686,
            "stop": 825093768
        },
        {
            "start": 825093878,
            "stop": 825093998
        },
        {
            "start": 825094298,
            "stop": 825097664
        },
        {
            "start": 825098112,
            "stop": 825099452
        },
        {
            "start": 825099456,
            "stop": 825099468
        },
        {
            "start": 825099473,
            "stop": 825101833
        },
        {
            "start": 825105567,
            "stop": 825105597
        },
        {
            "start": 825106133,
            "stop": 825106267
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825109980
        }
    ]
}