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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=11",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 12,
    "results": [
        {
            "start": 817015980,
            "stop": 817018425
        },
        {
            "start": 817018428,
            "stop": 817018553
        },
        {
            "start": 817018556,
            "stop": 817031490
        },
        {
            "start": 817034008,
            "stop": 817051924
        },
        {
            "start": 817051927,
            "stop": 817052219
        },
        {
            "start": 817052222,
            "stop": 817067155
        },
        {
            "start": 817067157,
            "stop": 817068210
        },
        {
            "start": 817071048,
            "stop": 817073859
        },
        {
            "start": 817074842,
            "stop": 817076147
        },
        {
            "start": 817076150,
            "stop": 817077421
        },
        {
            "start": 817080202,
            "stop": 817080471
        },
        {
            "start": 817081349,
            "stop": 817082070
        },
        {
            "start": 817082130,
            "stop": 817082157
        },
        {
            "start": 817085572,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817101397
        },
        {
            "start": 817101400,
            "stop": 817103790
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111763,
            "stop": 817138138
        },
        {
            "start": 817138141,
            "stop": 817150577
        }
    ]
}