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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 178,
    "results": [
        {
            "start": 1239827834,
            "stop": 1239827952
        },
        {
            "start": 1239827954,
            "stop": 1239828072
        },
        {
            "start": 1239828074,
            "stop": 1239828192
        },
        {
            "start": 1239828194,
            "stop": 1239828312
        },
        {
            "start": 1239828314,
            "stop": 1239828432
        },
        {
            "start": 1239828434,
            "stop": 1239828552
        },
        {
            "start": 1239828554,
            "stop": 1239828672
        },
        {
            "start": 1239828674,
            "stop": 1239828792
        },
        {
            "start": 1239828794,
            "stop": 1239828912
        },
        {
            "start": 1239828914,
            "stop": 1239829032
        },
        {
            "start": 1239829033,
            "stop": 1239829152
        },
        {
            "start": 1239829153,
            "stop": 1239829272
        },
        {
            "start": 1239829273,
            "stop": 1239829392
        },
        {
            "start": 1239829393,
            "stop": 1239829512
        },
        {
            "start": 1239829513,
            "stop": 1239829632
        },
        {
            "start": 1239829633,
            "stop": 1239829752
        },
        {
            "start": 1239829753,
            "stop": 1239829872
        },
        {
            "start": 1239829873,
            "stop": 1239829992
        },
        {
            "start": 1239829993,
            "stop": 1239830112
        },
        {
            "start": 1239830113,
            "stop": 1239830232
        }
    ]
}