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=478
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=479",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=477",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 478,
    "results": [
        {
            "start": 1262175662,
            "stop": 1262177700
        },
        {
            "start": 1262177703,
            "stop": 1262177897
        },
        {
            "start": 1262177900,
            "stop": 1262178170
        },
        {
            "start": 1262178173,
            "stop": 1262178264
        },
        {
            "start": 1262178267,
            "stop": 1262178340
        },
        {
            "start": 1262178343,
            "stop": 1262178494
        },
        {
            "start": 1262178497,
            "stop": 1262178547
        },
        {
            "start": 1262178550,
            "stop": 1262178845
        },
        {
            "start": 1262178848,
            "stop": 1262178868
        },
        {
            "start": 1262178871,
            "stop": 1262179049
        },
        {
            "start": 1262179052,
            "stop": 1262179207
        },
        {
            "start": 1262179210,
            "stop": 1262179269
        },
        {
            "start": 1262179272,
            "stop": 1262179315
        },
        {
            "start": 1262179318,
            "stop": 1262179338
        },
        {
            "start": 1262179341,
            "stop": 1262179607
        },
        {
            "start": 1262179612,
            "stop": 1262179616
        },
        {
            "start": 1262179619,
            "stop": 1262179644
        },
        {
            "start": 1262179647,
            "stop": 1262179662
        },
        {
            "start": 1262179665,
            "stop": 1262179667
        },
        {
            "start": 1262179670,
            "stop": 1262179687
        }
    ]
}