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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 563,
    "results": [
        {
            "start": 872998396,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873020613
        },
        {
            "start": 873020616,
            "stop": 873027390
        },
        {
            "start": 873027400,
            "stop": 873027429
        },
        {
            "start": 873027430,
            "stop": 873027445
        },
        {
            "start": 873027450,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873030723
        },
        {
            "start": 873030726,
            "stop": 873038855
        },
        {
            "start": 873038865,
            "stop": 873038880
        },
        {
            "start": 873038948,
            "stop": 873039624
        },
        {
            "start": 873040396,
            "stop": 873041455
        },
        {
            "start": 873041755,
            "stop": 873046890
        },
        {
            "start": 873046895,
            "stop": 873046917
        },
        {
            "start": 873046923,
            "stop": 873048120
        },
        {
            "start": 873048181,
            "stop": 873048190
        },
        {
            "start": 873048200,
            "stop": 873048201
        },
        {
            "start": 873048205,
            "stop": 873048207
        },
        {
            "start": 873048210,
            "stop": 873051511
        },
        {
            "start": 873051515,
            "stop": 873051560
        }
    ]
}