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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 161,
    "results": [
        {
            "start": 1419105981,
            "stop": 1419109488
        },
        {
            "start": 1419109489,
            "stop": 1419109966
        },
        {
            "start": 1419109970,
            "stop": 1419115337
        },
        {
            "start": 1419122658,
            "stop": 1419122741
        },
        {
            "start": 1419122745,
            "stop": 1419124569
        },
        {
            "start": 1419124574,
            "stop": 1419124785
        },
        {
            "start": 1419124789,
            "stop": 1419126923
        },
        {
            "start": 1419126924,
            "stop": 1419128139
        },
        {
            "start": 1419131136,
            "stop": 1419132587
        },
        {
            "start": 1419132591,
            "stop": 1419136471
        },
        {
            "start": 1419139545,
            "stop": 1419141157
        },
        {
            "start": 1419141159,
            "stop": 1419143246
        },
        {
            "start": 1419143248,
            "stop": 1419143741
        },
        {
            "start": 1419143743,
            "stop": 1419145548
        },
        {
            "start": 1419145552,
            "stop": 1419145992
        },
        {
            "start": 1419145996,
            "stop": 1419146111
        },
        {
            "start": 1419146112,
            "stop": 1419147622
        },
        {
            "start": 1419147624,
            "stop": 1419147764
        },
        {
            "start": 1419147768,
            "stop": 1419148587
        },
        {
            "start": 1419151605,
            "stop": 1419153383
        }
    ]
}