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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=42",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 43,
    "results": [
        {
            "start": 939657435,
            "stop": 939660272
        },
        {
            "start": 939660924,
            "stop": 939662227
        },
        {
            "start": 939675615,
            "stop": 939684373
        },
        {
            "start": 939692632,
            "stop": 939709515
        },
        {
            "start": 939713630,
            "stop": 939732299
        },
        {
            "start": 939737372,
            "stop": 939740348
        },
        {
            "start": 939742951,
            "stop": 939755287
        },
        {
            "start": 939755360,
            "stop": 939755376
        },
        {
            "start": 939765730,
            "stop": 939777194
        },
        {
            "start": 939786625,
            "stop": 939792420
        },
        {
            "start": 939795135,
            "stop": 939828893
        },
        {
            "start": 939831746,
            "stop": 939852412
        },
        {
            "start": 939855971,
            "stop": 939855995
        },
        {
            "start": 939855999,
            "stop": 939856014
        },
        {
            "start": 939856017,
            "stop": 939856092
        },
        {
            "start": 939856095,
            "stop": 939870505
        },
        {
            "start": 939885315,
            "stop": 939892048
        },
        {
            "start": 939895868,
            "stop": 939939049
        },
        {
            "start": 939946485,
            "stop": 939949631
        },
        {
            "start": 939951632,
            "stop": 939986540
        }
    ]
}