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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 65,
    "results": [
        {
            "start": 1131059499,
            "stop": 1131059516
        },
        {
            "start": 1131059517,
            "stop": 1131059557
        },
        {
            "start": 1131059559,
            "stop": 1131059563
        },
        {
            "start": 1131059564,
            "stop": 1131062889
        },
        {
            "start": 1131062891,
            "stop": 1131062903
        },
        {
            "start": 1131062904,
            "stop": 1131062914
        },
        {
            "start": 1131062915,
            "stop": 1131062957
        },
        {
            "start": 1131062958,
            "stop": 1131062976
        },
        {
            "start": 1131062979,
            "stop": 1131062980
        },
        {
            "start": 1131062981,
            "stop": 1131062983
        },
        {
            "start": 1131062985,
            "stop": 1131062990
        },
        {
            "start": 1131062991,
            "stop": 1131063000
        },
        {
            "start": 1131063001,
            "stop": 1131063004
        },
        {
            "start": 1131063005,
            "stop": 1131063010
        },
        {
            "start": 1131063011,
            "stop": 1131063015
        },
        {
            "start": 1131063016,
            "stop": 1131063021
        },
        {
            "start": 1131063022,
            "stop": 1131063028
        },
        {
            "start": 1131063030,
            "stop": 1131063034
        },
        {
            "start": 1131063035,
            "stop": 1131063039
        },
        {
            "start": 1131063042,
            "stop": 1131063053
        }
    ]
}