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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5639",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5640,
    "results": [
        {
            "start": 874511786,
            "stop": 874511822
        },
        {
            "start": 874511825,
            "stop": 874511845
        },
        {
            "start": 874511848,
            "stop": 874511875
        },
        {
            "start": 874511878,
            "stop": 874511908
        },
        {
            "start": 874511911,
            "stop": 874511940
        },
        {
            "start": 874511944,
            "stop": 874512003
        },
        {
            "start": 874512006,
            "stop": 874512014
        },
        {
            "start": 874512017,
            "stop": 874512025
        },
        {
            "start": 874512028,
            "stop": 874512038
        },
        {
            "start": 874512041,
            "stop": 874512043
        },
        {
            "start": 874512046,
            "stop": 874512097
        },
        {
            "start": 874512100,
            "stop": 874512236
        },
        {
            "start": 874512239,
            "stop": 874512252
        },
        {
            "start": 874512255,
            "stop": 874512266
        },
        {
            "start": 874512269,
            "stop": 874512273
        },
        {
            "start": 874512276,
            "stop": 874512287
        },
        {
            "start": 874512291,
            "stop": 874512294
        },
        {
            "start": 874512298,
            "stop": 874512300
        },
        {
            "start": 874512304,
            "stop": 874512338
        },
        {
            "start": 874512341,
            "stop": 874512388
        }
    ]
}