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/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33104
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33103",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33104,
    "results": [
        {
            "start": 970556220,
            "stop": 970556237
        },
        {
            "start": 970556239,
            "stop": 970556261
        },
        {
            "start": 970556264,
            "stop": 970556301
        },
        {
            "start": 970556302,
            "stop": 970556303
        },
        {
            "start": 970556304,
            "stop": 970556316
        },
        {
            "start": 970556317,
            "stop": 970556343
        },
        {
            "start": 970556344,
            "stop": 970556348
        },
        {
            "start": 970556350,
            "stop": 970556364
        },
        {
            "start": 970556366,
            "stop": 970556379
        },
        {
            "start": 970556388,
            "stop": 970556390
        },
        {
            "start": 970556396,
            "stop": 970556404
        },
        {
            "start": 970556413,
            "stop": 970556443
        },
        {
            "start": 970556444,
            "stop": 970556445
        },
        {
            "start": 970556449,
            "stop": 970556453
        },
        {
            "start": 970556463,
            "stop": 970556465
        },
        {
            "start": 970556466,
            "stop": 970556483
        },
        {
            "start": 970556485,
            "stop": 970556492
        },
        {
            "start": 970556493,
            "stop": 970556504
        },
        {
            "start": 970556522,
            "stop": 970556529
        },
        {
            "start": 970556538,
            "stop": 970556554
        }
    ]
}