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=41010
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=41011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41009",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41010,
    "results": [
        {
            "start": 875163769,
            "stop": 875163785
        },
        {
            "start": 875163787,
            "stop": 875163823
        },
        {
            "start": 875163825,
            "stop": 875163854
        },
        {
            "start": 875163855,
            "stop": 875163951
        },
        {
            "start": 875163953,
            "stop": 875164000
        },
        {
            "start": 875164001,
            "stop": 875164109
        },
        {
            "start": 875164110,
            "stop": 875164165
        },
        {
            "start": 875164166,
            "stop": 875164167
        },
        {
            "start": 875164168,
            "stop": 875164176
        },
        {
            "start": 875164178,
            "stop": 875164180
        },
        {
            "start": 875164181,
            "stop": 875164184
        },
        {
            "start": 875164185,
            "stop": 875164207
        },
        {
            "start": 875164208,
            "stop": 875164220
        },
        {
            "start": 875164221,
            "stop": 875164223
        },
        {
            "start": 875164225,
            "stop": 875164229
        },
        {
            "start": 875164231,
            "stop": 875164266
        },
        {
            "start": 875164268,
            "stop": 875164329
        },
        {
            "start": 875164330,
            "stop": 875164430
        },
        {
            "start": 875164431,
            "stop": 875164442
        },
        {
            "start": 875164443,
            "stop": 875164508
        }
    ]
}