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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=137",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 138,
    "results": [
        {
            "start": 931463896,
            "stop": 931463899
        },
        {
            "start": 931463901,
            "stop": 931463902
        },
        {
            "start": 931463904,
            "stop": 931463944
        },
        {
            "start": 931463951,
            "stop": 931463955
        },
        {
            "start": 931463957,
            "stop": 931463965
        },
        {
            "start": 931463967,
            "stop": 931463992
        },
        {
            "start": 931463993,
            "stop": 931464020
        },
        {
            "start": 931464021,
            "stop": 931464027
        },
        {
            "start": 931464028,
            "stop": 931464045
        },
        {
            "start": 931464049,
            "stop": 931464052
        },
        {
            "start": 931464054,
            "stop": 931464060
        },
        {
            "start": 931464061,
            "stop": 931464106
        },
        {
            "start": 931464108,
            "stop": 931464190
        },
        {
            "start": 931464192,
            "stop": 931464328
        },
        {
            "start": 931464330,
            "stop": 931464331
        },
        {
            "start": 931464333,
            "stop": 931464378
        },
        {
            "start": 931464380,
            "stop": 931464404
        },
        {
            "start": 931464406,
            "stop": 931464505
        },
        {
            "start": 931464508,
            "stop": 931464569
        },
        {
            "start": 931464571,
            "stop": 931464680
        }
    ]
}