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=40833
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=40834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40832",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40833,
    "results": [
        {
            "start": 875041052,
            "stop": 875041055
        },
        {
            "start": 875041056,
            "stop": 875041071
        },
        {
            "start": 875041073,
            "stop": 875041075
        },
        {
            "start": 875041077,
            "stop": 875041080
        },
        {
            "start": 875041081,
            "stop": 875041097
        },
        {
            "start": 875041098,
            "stop": 875041111
        },
        {
            "start": 875041113,
            "stop": 875041114
        },
        {
            "start": 875041116,
            "stop": 875041128
        },
        {
            "start": 875041129,
            "stop": 875041144
        },
        {
            "start": 875041145,
            "stop": 875041154
        },
        {
            "start": 875041155,
            "stop": 875041162
        },
        {
            "start": 875041163,
            "stop": 875041199
        },
        {
            "start": 875041200,
            "stop": 875041203
        },
        {
            "start": 875041204,
            "stop": 875041205
        },
        {
            "start": 875041209,
            "stop": 875041214
        },
        {
            "start": 875041215,
            "stop": 875041228
        },
        {
            "start": 875041229,
            "stop": 875041249
        },
        {
            "start": 875041250,
            "stop": 875041303
        },
        {
            "start": 875041306,
            "stop": 875041307
        },
        {
            "start": 875041309,
            "stop": 875041349
        }
    ]
}