Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=236
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 236,
    "results": [
        {
            "start": 1239963611,
            "stop": 1239963696
        },
        {
            "start": 1239963701,
            "stop": 1239963729
        },
        {
            "start": 1239963731,
            "stop": 1239963797
        },
        {
            "start": 1239963802,
            "stop": 1239963805
        },
        {
            "start": 1239963810,
            "stop": 1239963820
        },
        {
            "start": 1239963825,
            "stop": 1239963849
        },
        {
            "start": 1239963851,
            "stop": 1239963961
        },
        {
            "start": 1239963966,
            "stop": 1239963969
        },
        {
            "start": 1239963971,
            "stop": 1239964000
        },
        {
            "start": 1239964005,
            "stop": 1239964079
        },
        {
            "start": 1239964084,
            "stop": 1239964089
        },
        {
            "start": 1239964091,
            "stop": 1239964139
        },
        {
            "start": 1239964144,
            "stop": 1239964147
        },
        {
            "start": 1239970942,
            "stop": 1239971049
        },
        {
            "start": 1239971051,
            "stop": 1239971169
        },
        {
            "start": 1239971171,
            "stop": 1239971268
        },
        {
            "start": 1239971273,
            "stop": 1239971289
        },
        {
            "start": 1239971291,
            "stop": 1239971409
        },
        {
            "start": 1239971411,
            "stop": 1239971529
        },
        {
            "start": 1239971531,
            "stop": 1239971649
        }
    ]
}