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=476
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=477",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=475",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 476,
    "results": [
        {
            "start": 1262170157,
            "stop": 1262170208
        },
        {
            "start": 1262170211,
            "stop": 1262170520
        },
        {
            "start": 1262170523,
            "stop": 1262170525
        },
        {
            "start": 1262170529,
            "stop": 1262170553
        },
        {
            "start": 1262170558,
            "stop": 1262170576
        },
        {
            "start": 1262170579,
            "stop": 1262170580
        },
        {
            "start": 1262170583,
            "stop": 1262170674
        },
        {
            "start": 1262170677,
            "stop": 1262170879
        },
        {
            "start": 1262170882,
            "stop": 1262170889
        },
        {
            "start": 1262170892,
            "stop": 1262170913
        },
        {
            "start": 1262170916,
            "stop": 1262171001
        },
        {
            "start": 1262171004,
            "stop": 1262171049
        },
        {
            "start": 1262171052,
            "stop": 1262171329
        },
        {
            "start": 1262171332,
            "stop": 1262171488
        },
        {
            "start": 1262171491,
            "stop": 1262171657
        },
        {
            "start": 1262171660,
            "stop": 1262172087
        },
        {
            "start": 1262172090,
            "stop": 1262172257
        },
        {
            "start": 1262172260,
            "stop": 1262172338
        },
        {
            "start": 1262172341,
            "stop": 1262172405
        },
        {
            "start": 1262172408,
            "stop": 1262172700
        }
    ]
}