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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 44,
    "results": [
        {
            "start": 1402650093,
            "stop": 1402652011
        },
        {
            "start": 1402652014,
            "stop": 1402652329
        },
        {
            "start": 1402660213,
            "stop": 1402671824
        },
        {
            "start": 1402671831,
            "stop": 1402673465
        },
        {
            "start": 1402684409,
            "stop": 1402688662
        },
        {
            "start": 1402688667,
            "stop": 1402690419
        },
        {
            "start": 1402690425,
            "stop": 1402691495
        },
        {
            "start": 1402691502,
            "stop": 1402696755
        },
        {
            "start": 1402696761,
            "stop": 1402704032
        },
        {
            "start": 1402704035,
            "stop": 1402707643
        },
        {
            "start": 1402707650,
            "stop": 1402712051
        },
        {
            "start": 1402712056,
            "stop": 1402712706
        },
        {
            "start": 1402712713,
            "stop": 1402714679
        },
        {
            "start": 1402714684,
            "stop": 1402715245
        },
        {
            "start": 1402715250,
            "stop": 1402715355
        },
        {
            "start": 1402722547,
            "stop": 1402724063
        },
        {
            "start": 1402728067,
            "stop": 1402740953
        },
        {
            "start": 1402740960,
            "stop": 1402742099
        },
        {
            "start": 1402742106,
            "stop": 1402744581
        },
        {
            "start": 1402744588,
            "stop": 1402744612
        }
    ]
}