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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 222,
    "results": [
        {
            "start": 1126872862,
            "stop": 1126872922
        },
        {
            "start": 1126872924,
            "stop": 1126872925
        },
        {
            "start": 1126872927,
            "stop": 1126872934
        },
        {
            "start": 1126872935,
            "stop": 1126872972
        },
        {
            "start": 1126872973,
            "stop": 1126872994
        },
        {
            "start": 1126872996,
            "stop": 1126873001
        },
        {
            "start": 1126873003,
            "stop": 1126873005
        },
        {
            "start": 1126873010,
            "stop": 1126873012
        },
        {
            "start": 1126873013,
            "stop": 1126873015
        },
        {
            "start": 1126873017,
            "stop": 1126873019
        },
        {
            "start": 1126873020,
            "stop": 1126873024
        },
        {
            "start": 1126873025,
            "stop": 1126873079
        },
        {
            "start": 1126873080,
            "stop": 1126873186
        },
        {
            "start": 1126873187,
            "stop": 1126873216
        },
        {
            "start": 1126873217,
            "stop": 1126873237
        },
        {
            "start": 1126873243,
            "stop": 1126873244
        },
        {
            "start": 1126873246,
            "stop": 1126873248
        },
        {
            "start": 1126873249,
            "stop": 1126873262
        },
        {
            "start": 1126873266,
            "stop": 1126873271
        },
        {
            "start": 1126873273,
            "stop": 1126873290
        }
    ]
}