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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2944",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2945,
    "results": [
        {
            "start": 859573860,
            "stop": 859574607
        },
        {
            "start": 859574613,
            "stop": 859574652
        },
        {
            "start": 859574660,
            "stop": 859574665
        },
        {
            "start": 859574670,
            "stop": 859575240
        },
        {
            "start": 859575300,
            "stop": 859575730
        },
        {
            "start": 859577739,
            "stop": 859581300
        },
        {
            "start": 859581360,
            "stop": 859581866
        },
        {
            "start": 859581869,
            "stop": 859582362
        },
        {
            "start": 859582365,
            "stop": 859582500
        },
        {
            "start": 859582560,
            "stop": 859583340
        },
        {
            "start": 859583400,
            "stop": 859590480
        },
        {
            "start": 859590600,
            "stop": 859591363
        },
        {
            "start": 859592359,
            "stop": 859592760
        },
        {
            "start": 859592940,
            "stop": 859593360
        },
        {
            "start": 859593420,
            "stop": 859593540
        },
        {
            "start": 859593600,
            "stop": 859593840
        },
        {
            "start": 859595040,
            "stop": 859595100
        },
        {
            "start": 859595580,
            "stop": 859595640
        },
        {
            "start": 859595820,
            "stop": 859598580
        },
        {
            "start": 859599000,
            "stop": 859599955
        }
    ]
}