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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=296",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 297,
    "results": [
        {
            "start": 822793620,
            "stop": 822794963
        },
        {
            "start": 822794966,
            "stop": 822795480
        },
        {
            "start": 822795600,
            "stop": 822795824
        },
        {
            "start": 822796005,
            "stop": 822796361
        },
        {
            "start": 822796365,
            "stop": 822796367
        },
        {
            "start": 822796370,
            "stop": 822796702
        },
        {
            "start": 822796705,
            "stop": 822796721
        },
        {
            "start": 822796724,
            "stop": 822797146
        },
        {
            "start": 822797149,
            "stop": 822797319
        },
        {
            "start": 822797323,
            "stop": 822797396
        },
        {
            "start": 822797399,
            "stop": 822797401
        },
        {
            "start": 822797404,
            "stop": 822797918
        },
        {
            "start": 822797921,
            "stop": 822797924
        },
        {
            "start": 822798105,
            "stop": 822798640
        },
        {
            "start": 822798644,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800053
        },
        {
            "start": 822800154,
            "stop": 822800359
        },
        {
            "start": 822800363,
            "stop": 822800467
        },
        {
            "start": 822800470,
            "stop": 822800638
        },
        {
            "start": 822800641,
            "stop": 822800687
        }
    ]
}