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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 202,
    "results": [
        {
            "start": 1126832775,
            "stop": 1126832777
        },
        {
            "start": 1126832778,
            "stop": 1126832781
        },
        {
            "start": 1126832783,
            "stop": 1126832785
        },
        {
            "start": 1126832787,
            "stop": 1126832888
        },
        {
            "start": 1126832890,
            "stop": 1126832892
        },
        {
            "start": 1126832895,
            "stop": 1126832934
        },
        {
            "start": 1126832936,
            "stop": 1126832944
        },
        {
            "start": 1126832945,
            "stop": 1126832972
        },
        {
            "start": 1126832974,
            "stop": 1126833017
        },
        {
            "start": 1126833077,
            "stop": 1126833137
        },
        {
            "start": 1126833377,
            "stop": 1126833401
        },
        {
            "start": 1126833403,
            "stop": 1126833484
        },
        {
            "start": 1126833485,
            "stop": 1126833486
        },
        {
            "start": 1126833488,
            "stop": 1126833492
        },
        {
            "start": 1126833493,
            "stop": 1126833495
        },
        {
            "start": 1126833496,
            "stop": 1126833497
        },
        {
            "start": 1126837277,
            "stop": 1126837384
        },
        {
            "start": 1126837390,
            "stop": 1126837391
        },
        {
            "start": 1126837394,
            "stop": 1126837401
        },
        {
            "start": 1126837402,
            "stop": 1126837406
        }
    ]
}