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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=9",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 10,
    "results": [
        {
            "start": 931088245,
            "stop": 931088249
        },
        {
            "start": 931088250,
            "stop": 931088258
        },
        {
            "start": 931088259,
            "stop": 931088265
        },
        {
            "start": 931088267,
            "stop": 931088269
        },
        {
            "start": 931088271,
            "stop": 931088273
        },
        {
            "start": 931088276,
            "stop": 931088278
        },
        {
            "start": 931088280,
            "stop": 931088290
        },
        {
            "start": 931088293,
            "stop": 931088306
        },
        {
            "start": 931088316,
            "stop": 931088322
        },
        {
            "start": 931088335,
            "stop": 931088340
        },
        {
            "start": 931088342,
            "stop": 931088344
        },
        {
            "start": 931088347,
            "stop": 931088349
        },
        {
            "start": 931088353,
            "stop": 931088355
        },
        {
            "start": 931088358,
            "stop": 931088366
        },
        {
            "start": 931088367,
            "stop": 931088372
        },
        {
            "start": 931088374,
            "stop": 931088376
        },
        {
            "start": 931088377,
            "stop": 931088382
        },
        {
            "start": 931088385,
            "stop": 931088391
        },
        {
            "start": 931088396,
            "stop": 931088399
        },
        {
            "start": 931088413,
            "stop": 931088420
        }
    ]
}