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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3420",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3421,
    "results": [
        {
            "start": 969665271,
            "stop": 969665327
        },
        {
            "start": 969665387,
            "stop": 969665527
        },
        {
            "start": 969665530,
            "stop": 969665679
        },
        {
            "start": 969665682,
            "stop": 969665707
        },
        {
            "start": 969665710,
            "stop": 969665725
        },
        {
            "start": 969665728,
            "stop": 969666106
        },
        {
            "start": 969666109,
            "stop": 969667397
        },
        {
            "start": 969667400,
            "stop": 969667868
        },
        {
            "start": 969667879,
            "stop": 969667966
        },
        {
            "start": 969667987,
            "stop": 969668822
        },
        {
            "start": 969668825,
            "stop": 969668879
        },
        {
            "start": 969668882,
            "stop": 969669933
        },
        {
            "start": 969669936,
            "stop": 969670212
        },
        {
            "start": 969670237,
            "stop": 969670245
        },
        {
            "start": 969670281,
            "stop": 969671198
        },
        {
            "start": 969671219,
            "stop": 969671227
        },
        {
            "start": 969671230,
            "stop": 969671463
        },
        {
            "start": 969671466,
            "stop": 969671518
        },
        {
            "start": 969671521,
            "stop": 969672481
        },
        {
            "start": 969672482,
            "stop": 969672870
        }
    ]
}