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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 276,
    "results": [
        {
            "start": 1259997789,
            "stop": 1260003428
        },
        {
            "start": 1260003436,
            "stop": 1260004849
        },
        {
            "start": 1260004851,
            "stop": 1260004994
        },
        {
            "start": 1260004997,
            "stop": 1260005103
        },
        {
            "start": 1260005104,
            "stop": 1260006581
        },
        {
            "start": 1260006584,
            "stop": 1260008397
        },
        {
            "start": 1260008400,
            "stop": 1260009210
        },
        {
            "start": 1260009218,
            "stop": 1260010039
        },
        {
            "start": 1260010041,
            "stop": 1260010244
        },
        {
            "start": 1260010245,
            "stop": 1260011055
        },
        {
            "start": 1260011058,
            "stop": 1260011166
        },
        {
            "start": 1260011169,
            "stop": 1260013397
        },
        {
            "start": 1260013399,
            "stop": 1260014314
        },
        {
            "start": 1260014317,
            "stop": 1260014748
        },
        {
            "start": 1260014756,
            "stop": 1260016072
        },
        {
            "start": 1260016075,
            "stop": 1260016339
        },
        {
            "start": 1260016341,
            "stop": 1260017122
        },
        {
            "start": 1260017131,
            "stop": 1260020681
        },
        {
            "start": 1260020684,
            "stop": 1260023508
        },
        {
            "start": 1260023516,
            "stop": 1260025174
        }
    ]
}