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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 200,
    "results": [
        {
            "start": 1375180864,
            "stop": 1375182155
        },
        {
            "start": 1375188036,
            "stop": 1375188039
        },
        {
            "start": 1375214799,
            "stop": 1375215208
        },
        {
            "start": 1375215211,
            "stop": 1375215503
        },
        {
            "start": 1375215504,
            "stop": 1375216389
        },
        {
            "start": 1375216391,
            "stop": 1375216873
        },
        {
            "start": 1375219636,
            "stop": 1375220043
        },
        {
            "start": 1375220045,
            "stop": 1375222020
        },
        {
            "start": 1375222022,
            "stop": 1375222845
        },
        {
            "start": 1375222846,
            "stop": 1375223873
        },
        {
            "start": 1375223875,
            "stop": 1375224729
        },
        {
            "start": 1375224730,
            "stop": 1375225747
        },
        {
            "start": 1375225748,
            "stop": 1375226592
        },
        {
            "start": 1375226593,
            "stop": 1375227487
        },
        {
            "start": 1375227489,
            "stop": 1375228444
        },
        {
            "start": 1375228446,
            "stop": 1375229847
        },
        {
            "start": 1375229852,
            "stop": 1375230459
        },
        {
            "start": 1375230460,
            "stop": 1375231416
        },
        {
            "start": 1375231417,
            "stop": 1375232892
        },
        {
            "start": 1375232894,
            "stop": 1375234774
        }
    ]
}