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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40807",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40808,
    "results": [
        {
            "start": 875019883,
            "stop": 875019887
        },
        {
            "start": 875019888,
            "stop": 875019889
        },
        {
            "start": 875019890,
            "stop": 875019904
        },
        {
            "start": 875019905,
            "stop": 875019916
        },
        {
            "start": 875019918,
            "stop": 875019952
        },
        {
            "start": 875019953,
            "stop": 875019954
        },
        {
            "start": 875019955,
            "stop": 875019956
        },
        {
            "start": 875019961,
            "stop": 875019967
        },
        {
            "start": 875019972,
            "stop": 875020013
        },
        {
            "start": 875020014,
            "stop": 875020016
        },
        {
            "start": 875020018,
            "stop": 875020029
        },
        {
            "start": 875020030,
            "stop": 875020048
        },
        {
            "start": 875020049,
            "stop": 875020051
        },
        {
            "start": 875020052,
            "stop": 875020076
        },
        {
            "start": 875020077,
            "stop": 875020082
        },
        {
            "start": 875020085,
            "stop": 875020130
        },
        {
            "start": 875020132,
            "stop": 875020134
        },
        {
            "start": 875020136,
            "stop": 875020137
        },
        {
            "start": 875020138,
            "stop": 875020139
        },
        {
            "start": 875020200,
            "stop": 875020226
        }
    ]
}