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=7176
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=7177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7175",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7176,
    "results": [
        {
            "start": 874502920,
            "stop": 874502922
        },
        {
            "start": 874502923,
            "stop": 874502952
        },
        {
            "start": 874502953,
            "stop": 874503043
        },
        {
            "start": 874503044,
            "stop": 874503480
        },
        {
            "start": 874503481,
            "stop": 874504369
        },
        {
            "start": 874504371,
            "stop": 874504430
        },
        {
            "start": 874504431,
            "stop": 874504474
        },
        {
            "start": 874504476,
            "stop": 874504562
        },
        {
            "start": 874504563,
            "stop": 874504794
        },
        {
            "start": 874504795,
            "stop": 874504961
        },
        {
            "start": 874504963,
            "stop": 874505212
        },
        {
            "start": 874505214,
            "stop": 874506297
        },
        {
            "start": 874506298,
            "stop": 874506315
        },
        {
            "start": 874506317,
            "stop": 874506440
        },
        {
            "start": 874506441,
            "stop": 874506590
        },
        {
            "start": 874506591,
            "stop": 874506697
        },
        {
            "start": 874506698,
            "stop": 874506752
        },
        {
            "start": 874506753,
            "stop": 874507609
        },
        {
            "start": 874507610,
            "stop": 874507857
        },
        {
            "start": 874507858,
            "stop": 874508016
        }
    ]
}