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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 111,
    "results": [
        {
            "start": 1238699665,
            "stop": 1238700194
        },
        {
            "start": 1238700198,
            "stop": 1238700814
        },
        {
            "start": 1238700819,
            "stop": 1238700820
        },
        {
            "start": 1238700825,
            "stop": 1238702204
        },
        {
            "start": 1238715172,
            "stop": 1238715374
        },
        {
            "start": 1238715378,
            "stop": 1238715678
        },
        {
            "start": 1238715683,
            "stop": 1238716169
        },
        {
            "start": 1238716172,
            "stop": 1238716282
        },
        {
            "start": 1238716283,
            "stop": 1238716642
        },
        {
            "start": 1238716647,
            "stop": 1238716656
        },
        {
            "start": 1238716657,
            "stop": 1238716688
        },
        {
            "start": 1238716692,
            "stop": 1238717147
        },
        {
            "start": 1238717148,
            "stop": 1238717616
        },
        {
            "start": 1238717617,
            "stop": 1238717753
        },
        {
            "start": 1238717756,
            "stop": 1238717907
        },
        {
            "start": 1238717909,
            "stop": 1238717936
        },
        {
            "start": 1238717937,
            "stop": 1238718020
        },
        {
            "start": 1238718024,
            "stop": 1238718267
        },
        {
            "start": 1238718269,
            "stop": 1238718271
        },
        {
            "start": 1238718272,
            "stop": 1238718306
        }
    ]
}