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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6407",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6408,
    "results": [
        {
            "start": 873710136,
            "stop": 873710179
        },
        {
            "start": 873710180,
            "stop": 873711390
        },
        {
            "start": 873711391,
            "stop": 873711525
        },
        {
            "start": 873711526,
            "stop": 873711709
        },
        {
            "start": 873711710,
            "stop": 873711832
        },
        {
            "start": 873711834,
            "stop": 873713144
        },
        {
            "start": 873713145,
            "stop": 873713199
        },
        {
            "start": 873713200,
            "stop": 873713239
        },
        {
            "start": 873715250,
            "stop": 873715494
        },
        {
            "start": 873715495,
            "stop": 873716034
        },
        {
            "start": 873716035,
            "stop": 873716278
        },
        {
            "start": 873716279,
            "stop": 873716442
        },
        {
            "start": 873716444,
            "stop": 873716753
        },
        {
            "start": 873716754,
            "stop": 873716854
        },
        {
            "start": 873716856,
            "stop": 873717948
        },
        {
            "start": 873717950,
            "stop": 873717952
        },
        {
            "start": 873717953,
            "stop": 873717988
        },
        {
            "start": 873717990,
            "stop": 873718133
        },
        {
            "start": 873718134,
            "stop": 873718305
        },
        {
            "start": 873718306,
            "stop": 873718484
        }
    ]
}