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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=303",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 304,
    "results": [
        {
            "start": 842269923,
            "stop": 842269944
        },
        {
            "start": 842274163,
            "stop": 842274198
        },
        {
            "start": 842274200,
            "stop": 842280105
        },
        {
            "start": 842280106,
            "stop": 842286227
        },
        {
            "start": 842286229,
            "stop": 842286254
        },
        {
            "start": 842286256,
            "stop": 842286260
        },
        {
            "start": 842286262,
            "stop": 842286298
        },
        {
            "start": 842286831,
            "stop": 842298203
        },
        {
            "start": 842298205,
            "stop": 842308803
        },
        {
            "start": 842309671,
            "stop": 842316427
        },
        {
            "start": 842316539,
            "stop": 842319899
        },
        {
            "start": 842319901,
            "stop": 842326531
        },
        {
            "start": 842326533,
            "stop": 842329064
        },
        {
            "start": 842329066,
            "stop": 842331678
        },
        {
            "start": 842331681,
            "stop": 842336219
        },
        {
            "start": 842336221,
            "stop": 842338280
        },
        {
            "start": 842338282,
            "stop": 842341271
        },
        {
            "start": 842344394,
            "stop": 842350529
        },
        {
            "start": 842350530,
            "stop": 842354187
        },
        {
            "start": 842358598,
            "stop": 842370768
        }
    ]
}