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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16704",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16705,
    "results": [
        {
            "start": 874977260,
            "stop": 874977440
        },
        {
            "start": 874977442,
            "stop": 874977474
        },
        {
            "start": 874977475,
            "stop": 874977525
        },
        {
            "start": 874977526,
            "stop": 874977608
        },
        {
            "start": 874977610,
            "stop": 874977611
        },
        {
            "start": 874977612,
            "stop": 874977649
        },
        {
            "start": 874977651,
            "stop": 874977671
        },
        {
            "start": 874977672,
            "stop": 874977678
        },
        {
            "start": 874977680,
            "stop": 874977697
        },
        {
            "start": 874977698,
            "stop": 874977723
        },
        {
            "start": 874977727,
            "stop": 874977733
        },
        {
            "start": 874977734,
            "stop": 874977738
        },
        {
            "start": 874977740,
            "stop": 874977891
        },
        {
            "start": 874977892,
            "stop": 874977927
        },
        {
            "start": 874977929,
            "stop": 874977990
        },
        {
            "start": 874977993,
            "stop": 874978022
        },
        {
            "start": 874978024,
            "stop": 874978031
        },
        {
            "start": 874978034,
            "stop": 874978039
        },
        {
            "start": 874978047,
            "stop": 874978048
        },
        {
            "start": 874978064,
            "stop": 874978080
        }
    ]
}