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=3128
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=3129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3127",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3128,
    "results": [
        {
            "start": 868068300,
            "stop": 868069920
        },
        {
            "start": 868069980,
            "stop": 868072560
        },
        {
            "start": 868072620,
            "stop": 868079084
        },
        {
            "start": 868079325,
            "stop": 868079640
        },
        {
            "start": 868079700,
            "stop": 868081320
        },
        {
            "start": 868081380,
            "stop": 868096380
        },
        {
            "start": 868096500,
            "stop": 868109220
        },
        {
            "start": 868109280,
            "stop": 868109580
        },
        {
            "start": 868109640,
            "stop": 868110480
        },
        {
            "start": 868110600,
            "stop": 868111260
        },
        {
            "start": 868111320,
            "stop": 868111538
        },
        {
            "start": 868111542,
            "stop": 868112100
        },
        {
            "start": 868112160,
            "stop": 868113480
        },
        {
            "start": 868113486,
            "stop": 868113524
        },
        {
            "start": 868113528,
            "stop": 868113917
        },
        {
            "start": 868113933,
            "stop": 868113955
        },
        {
            "start": 868114020,
            "stop": 868114594
        },
        {
            "start": 868140793,
            "stop": 868141920
        },
        {
            "start": 868141980,
            "stop": 868142817
        },
        {
            "start": 868143285,
            "stop": 868143884
        }
    ]
}