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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=394",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 395,
    "results": [
        {
            "start": 1181328669,
            "stop": 1181328892
        },
        {
            "start": 1181328894,
            "stop": 1181328897
        },
        {
            "start": 1181328899,
            "stop": 1181329007
        },
        {
            "start": 1181329009,
            "stop": 1181329010
        },
        {
            "start": 1181329015,
            "stop": 1181329867
        },
        {
            "start": 1181329868,
            "stop": 1181330710
        },
        {
            "start": 1181330721,
            "stop": 1181330724
        },
        {
            "start": 1181330725,
            "stop": 1181330837
        },
        {
            "start": 1181330840,
            "stop": 1181330846
        },
        {
            "start": 1181330847,
            "stop": 1181330848
        },
        {
            "start": 1181330850,
            "stop": 1181330851
        },
        {
            "start": 1181330852,
            "stop": 1181330853
        },
        {
            "start": 1181330856,
            "stop": 1181331050
        },
        {
            "start": 1181331053,
            "stop": 1181331061
        },
        {
            "start": 1181331062,
            "stop": 1181333338
        },
        {
            "start": 1181333342,
            "stop": 1181337990
        },
        {
            "start": 1181337994,
            "stop": 1181344947
        },
        {
            "start": 1181344951,
            "stop": 1181349629
        },
        {
            "start": 1181349633,
            "stop": 1181351746
        },
        {
            "start": 1181355211,
            "stop": 1181364180
        }
    ]
}