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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=154",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 155,
    "results": [
        {
            "start": 1131174144,
            "stop": 1131174147
        },
        {
            "start": 1131174148,
            "stop": 1131174151
        },
        {
            "start": 1131174152,
            "stop": 1131174247
        },
        {
            "start": 1131174250,
            "stop": 1131174331
        },
        {
            "start": 1131174332,
            "stop": 1131174337
        },
        {
            "start": 1131174338,
            "stop": 1131174342
        },
        {
            "start": 1131174343,
            "stop": 1131174367
        },
        {
            "start": 1131174368,
            "stop": 1131174383
        },
        {
            "start": 1131174384,
            "stop": 1131174396
        },
        {
            "start": 1131174397,
            "stop": 1131174400
        },
        {
            "start": 1131174402,
            "stop": 1131174450
        },
        {
            "start": 1131174451,
            "stop": 1131174497
        },
        {
            "start": 1131174498,
            "stop": 1131174502
        },
        {
            "start": 1131174503,
            "stop": 1131174504
        },
        {
            "start": 1131174505,
            "stop": 1131174548
        },
        {
            "start": 1131174549,
            "stop": 1131174551
        },
        {
            "start": 1131174552,
            "stop": 1131174567
        },
        {
            "start": 1131174568,
            "stop": 1131174602
        },
        {
            "start": 1131174603,
            "stop": 1131174604
        },
        {
            "start": 1131174605,
            "stop": 1131174615
        }
    ]
}