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=40657
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=40658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40656",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40657,
    "results": [
        {
            "start": 874919190,
            "stop": 874919200
        },
        {
            "start": 874919203,
            "stop": 874919209
        },
        {
            "start": 874919210,
            "stop": 874919221
        },
        {
            "start": 874919222,
            "stop": 874919223
        },
        {
            "start": 874919225,
            "stop": 874919238
        },
        {
            "start": 874919239,
            "stop": 874919241
        },
        {
            "start": 874919243,
            "stop": 874919245
        },
        {
            "start": 874919247,
            "stop": 874919248
        },
        {
            "start": 874919249,
            "stop": 874919278
        },
        {
            "start": 874919280,
            "stop": 874919301
        },
        {
            "start": 874919303,
            "stop": 874919309
        },
        {
            "start": 874919310,
            "stop": 874919314
        },
        {
            "start": 874919315,
            "stop": 874919317
        },
        {
            "start": 874919318,
            "stop": 874919325
        },
        {
            "start": 874919326,
            "stop": 874919332
        },
        {
            "start": 874919333,
            "stop": 874919352
        },
        {
            "start": 874919353,
            "stop": 874919395
        },
        {
            "start": 874919397,
            "stop": 874919416
        },
        {
            "start": 874919417,
            "stop": 874919493
        },
        {
            "start": 874919496,
            "stop": 874919544
        }
    ]
}