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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16652",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16653,
    "results": [
        {
            "start": 874831523,
            "stop": 874831615
        },
        {
            "start": 874831617,
            "stop": 874831624
        },
        {
            "start": 874831625,
            "stop": 874831718
        },
        {
            "start": 874831720,
            "stop": 874831722
        },
        {
            "start": 874831729,
            "stop": 874831734
        },
        {
            "start": 874831735,
            "stop": 874831771
        },
        {
            "start": 874831772,
            "stop": 874831799
        },
        {
            "start": 874831800,
            "stop": 874831804
        },
        {
            "start": 874831805,
            "stop": 874831836
        },
        {
            "start": 874831838,
            "stop": 874831892
        },
        {
            "start": 874831893,
            "stop": 874831941
        },
        {
            "start": 874831942,
            "stop": 874831945
        },
        {
            "start": 874831946,
            "stop": 874831958
        },
        {
            "start": 874831959,
            "stop": 874831971
        },
        {
            "start": 874831973,
            "stop": 874831988
        },
        {
            "start": 874831989,
            "stop": 874832093
        },
        {
            "start": 874832094,
            "stop": 874832142
        },
        {
            "start": 874832144,
            "stop": 874832173
        },
        {
            "start": 874832174,
            "stop": 874832178
        },
        {
            "start": 874832179,
            "stop": 874832602
        }
    ]
}