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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=285",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 286,
    "results": [
        {
            "start": 841286899,
            "stop": 841286924
        },
        {
            "start": 841286926,
            "stop": 841287215
        },
        {
            "start": 841287217,
            "stop": 841287479
        },
        {
            "start": 841287481,
            "stop": 841287524
        },
        {
            "start": 841287526,
            "stop": 841287908
        },
        {
            "start": 841287910,
            "stop": 841288338
        },
        {
            "start": 841288340,
            "stop": 841288792
        },
        {
            "start": 841288794,
            "stop": 841288956
        },
        {
            "start": 841289009,
            "stop": 841289088
        },
        {
            "start": 841289091,
            "stop": 841289759
        },
        {
            "start": 841289761,
            "stop": 841289841
        },
        {
            "start": 841289843,
            "stop": 841289858
        },
        {
            "start": 841289861,
            "stop": 841290143
        },
        {
            "start": 841290144,
            "stop": 841291321
        },
        {
            "start": 841291459,
            "stop": 841296222
        },
        {
            "start": 841300396,
            "stop": 841304615
        },
        {
            "start": 841305349,
            "stop": 841316099
        },
        {
            "start": 841317134,
            "stop": 841322036
        },
        {
            "start": 841322422,
            "stop": 841325038
        },
        {
            "start": 841325040,
            "stop": 841325045
        }
    ]
}