Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=14",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 15,
    "results": [
        {
            "start": 944794075,
            "stop": 944794187
        },
        {
            "start": 944797019,
            "stop": 944797131
        },
        {
            "start": 944798987,
            "stop": 944799099
        },
        {
            "start": 944800467,
            "stop": 944800579
        },
        {
            "start": 944802154,
            "stop": 944802267
        },
        {
            "start": 944803586,
            "stop": 944803699
        },
        {
            "start": 944814882,
            "stop": 944814995
        },
        {
            "start": 944817026,
            "stop": 944817139
        },
        {
            "start": 944818843,
            "stop": 944818955
        },
        {
            "start": 944823618,
            "stop": 944823731
        },
        {
            "start": 944826131,
            "stop": 944826243
        },
        {
            "start": 944831362,
            "stop": 944831475
        },
        {
            "start": 944835178,
            "stop": 944835291
        },
        {
            "start": 944850658,
            "stop": 944850771
        },
        {
            "start": 944852098,
            "stop": 944852211
        },
        {
            "start": 944861067,
            "stop": 944861179
        },
        {
            "start": 944873267,
            "stop": 944873379
        },
        {
            "start": 944874546,
            "stop": 944874659
        },
        {
            "start": 944876987,
            "stop": 944877147
        },
        {
            "start": 944878914,
            "stop": 944879027
        }
    ]
}