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_CAT2/segments?format=api&page=661
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=662",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=660",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 661,
    "results": [
        {
            "start": 1248223810,
            "stop": 1248223817
        },
        {
            "start": 1248223822,
            "stop": 1248223823
        },
        {
            "start": 1248223828,
            "stop": 1248223934
        },
        {
            "start": 1248227242,
            "stop": 1248230026
        },
        {
            "start": 1248230029,
            "stop": 1248230665
        },
        {
            "start": 1248230669,
            "stop": 1248230700
        },
        {
            "start": 1248230704,
            "stop": 1248230819
        },
        {
            "start": 1248230824,
            "stop": 1248230828
        },
        {
            "start": 1248230833,
            "stop": 1248230836
        },
        {
            "start": 1248230840,
            "stop": 1248231046
        },
        {
            "start": 1248231050,
            "stop": 1248231140
        },
        {
            "start": 1248231145,
            "stop": 1248231246
        },
        {
            "start": 1248231250,
            "stop": 1248231267
        },
        {
            "start": 1248231271,
            "stop": 1248231346
        },
        {
            "start": 1248231350,
            "stop": 1248237545
        },
        {
            "start": 1248237548,
            "stop": 1248240773
        },
        {
            "start": 1248240781,
            "stop": 1248249723
        },
        {
            "start": 1248249727,
            "stop": 1248249997
        },
        {
            "start": 1248250000,
            "stop": 1248251014
        },
        {
            "start": 1248251019,
            "stop": 1248251071
        }
    ]
}