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=40851
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=40852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40850",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40851,
    "results": [
        {
            "start": 875047996,
            "stop": 875048008
        },
        {
            "start": 875048009,
            "stop": 875048010
        },
        {
            "start": 875048011,
            "stop": 875048022
        },
        {
            "start": 875048024,
            "stop": 875048027
        },
        {
            "start": 875048028,
            "stop": 875048037
        },
        {
            "start": 875048039,
            "stop": 875048054
        },
        {
            "start": 875048055,
            "stop": 875048062
        },
        {
            "start": 875048064,
            "stop": 875048065
        },
        {
            "start": 875048066,
            "stop": 875048080
        },
        {
            "start": 875048081,
            "stop": 875048101
        },
        {
            "start": 875048103,
            "stop": 875048123
        },
        {
            "start": 875048124,
            "stop": 875048136
        },
        {
            "start": 875048137,
            "stop": 875048144
        },
        {
            "start": 875048146,
            "stop": 875048154
        },
        {
            "start": 875048155,
            "stop": 875048165
        },
        {
            "start": 875048167,
            "stop": 875048188
        },
        {
            "start": 875048190,
            "stop": 875048206
        },
        {
            "start": 875048207,
            "stop": 875048229
        },
        {
            "start": 875048230,
            "stop": 875048250
        },
        {
            "start": 875048252,
            "stop": 875048283
        }
    ]
}