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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=447",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 448,
    "results": [
        {
            "start": 1261679197,
            "stop": 1261679199
        },
        {
            "start": 1261679202,
            "stop": 1261679227
        },
        {
            "start": 1261679235,
            "stop": 1261679351
        },
        {
            "start": 1261679357,
            "stop": 1261679363
        },
        {
            "start": 1261679366,
            "stop": 1261679385
        },
        {
            "start": 1261679387,
            "stop": 1261679397
        },
        {
            "start": 1261679400,
            "stop": 1261679763
        },
        {
            "start": 1261679766,
            "stop": 1261680009
        },
        {
            "start": 1261680012,
            "stop": 1261680037
        },
        {
            "start": 1261680039,
            "stop": 1261680278
        },
        {
            "start": 1261680286,
            "stop": 1261680520
        },
        {
            "start": 1261680523,
            "stop": 1261680750
        },
        {
            "start": 1261680753,
            "stop": 1261680801
        },
        {
            "start": 1261680804,
            "stop": 1261681136
        },
        {
            "start": 1261681139,
            "stop": 1261681141
        },
        {
            "start": 1261681144,
            "stop": 1261681633
        },
        {
            "start": 1261681636,
            "stop": 1261681681
        },
        {
            "start": 1261681684,
            "stop": 1261682118
        },
        {
            "start": 1261682121,
            "stop": 1261682393
        },
        {
            "start": 1261682396,
            "stop": 1261682748
        }
    ]
}