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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3952",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3953,
    "results": [
        {
            "start": 874438574,
            "stop": 874438702
        },
        {
            "start": 874438703,
            "stop": 874439944
        },
        {
            "start": 874439950,
            "stop": 874440148
        },
        {
            "start": 874440151,
            "stop": 874441748
        },
        {
            "start": 874441757,
            "stop": 874441763
        },
        {
            "start": 874441766,
            "stop": 874441771
        },
        {
            "start": 874441774,
            "stop": 874441792
        },
        {
            "start": 874441796,
            "stop": 874441801
        },
        {
            "start": 874441806,
            "stop": 874441811
        },
        {
            "start": 874441814,
            "stop": 874441827
        },
        {
            "start": 874441830,
            "stop": 874441836
        },
        {
            "start": 874441839,
            "stop": 874441878
        },
        {
            "start": 874441881,
            "stop": 874441884
        },
        {
            "start": 874441888,
            "stop": 874441914
        },
        {
            "start": 874441917,
            "stop": 874441924
        },
        {
            "start": 874441927,
            "stop": 874442218
        },
        {
            "start": 874442280,
            "stop": 874442369
        },
        {
            "start": 874442372,
            "stop": 874442640
        },
        {
            "start": 874442700,
            "stop": 874442712
        },
        {
            "start": 874442715,
            "stop": 874442820
        }
    ]
}