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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 2,
    "results": [
        {
            "start": 1126162098,
            "stop": 1126163147
        },
        {
            "start": 1126163148,
            "stop": 1126165340
        },
        {
            "start": 1126165347,
            "stop": 1126166028
        },
        {
            "start": 1126251604,
            "stop": 1126252133
        },
        {
            "start": 1126252291,
            "stop": 1126256638
        },
        {
            "start": 1126256645,
            "stop": 1126264408
        },
        {
            "start": 1126264415,
            "stop": 1126274317
        },
        {
            "start": 1126276234,
            "stop": 1126278827
        },
        {
            "start": 1126278834,
            "stop": 1126281754
        },
        {
            "start": 1126290026,
            "stop": 1126293017
        },
        {
            "start": 1126293257,
            "stop": 1126294542
        },
        {
            "start": 1126294549,
            "stop": 1126299137
        },
        {
            "start": 1126299197,
            "stop": 1126299497
        },
        {
            "start": 1126299557,
            "stop": 1126301284
        },
        {
            "start": 1126301291,
            "stop": 1126301417
        },
        {
            "start": 1126301717,
            "stop": 1126301897
        },
        {
            "start": 1126301957,
            "stop": 1126302197
        },
        {
            "start": 1126302257,
            "stop": 1126302437
        },
        {
            "start": 1126302497,
            "stop": 1126302557
        },
        {
            "start": 1126302617,
            "stop": 1126304477
        }
    ]
}