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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 134,
    "results": [
        {
            "start": 1380168195,
            "stop": 1380178087
        },
        {
            "start": 1380178092,
            "stop": 1380179415
        },
        {
            "start": 1380179420,
            "stop": 1380183236
        },
        {
            "start": 1380183241,
            "stop": 1380196639
        },
        {
            "start": 1380202286,
            "stop": 1380203630
        },
        {
            "start": 1380203635,
            "stop": 1380204830
        },
        {
            "start": 1380204835,
            "stop": 1380212760
        },
        {
            "start": 1380212765,
            "stop": 1380213332
        },
        {
            "start": 1380217571,
            "stop": 1380223103
        },
        {
            "start": 1380223108,
            "stop": 1380225244
        },
        {
            "start": 1380225249,
            "stop": 1380239707
        },
        {
            "start": 1380239751,
            "stop": 1380242629
        },
        {
            "start": 1380242634,
            "stop": 1380243250
        },
        {
            "start": 1380250145,
            "stop": 1380259590
        },
        {
            "start": 1380259595,
            "stop": 1380266081
        },
        {
            "start": 1380266086,
            "stop": 1380267185
        },
        {
            "start": 1380267190,
            "stop": 1380267853
        },
        {
            "start": 1380267858,
            "stop": 1380272234
        },
        {
            "start": 1380272239,
            "stop": 1380273617
        },
        {
            "start": 1380273622,
            "stop": 1380274421
        }
    ]
}