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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 264,
    "results": [
        {
            "start": 1376949535,
            "stop": 1376950805
        },
        {
            "start": 1376950807,
            "stop": 1376951956
        },
        {
            "start": 1376951958,
            "stop": 1376953475
        },
        {
            "start": 1376953477,
            "stop": 1376954699
        },
        {
            "start": 1376954700,
            "stop": 1376955568
        },
        {
            "start": 1376955570,
            "stop": 1376956226
        },
        {
            "start": 1376956231,
            "stop": 1376956236
        },
        {
            "start": 1376956239,
            "stop": 1376956243
        },
        {
            "start": 1376959611,
            "stop": 1376960074
        },
        {
            "start": 1376960076,
            "stop": 1376960144
        },
        {
            "start": 1376960149,
            "stop": 1376960341
        },
        {
            "start": 1376960345,
            "stop": 1376962172
        },
        {
            "start": 1376962174,
            "stop": 1376962554
        },
        {
            "start": 1376962557,
            "stop": 1376963418
        },
        {
            "start": 1376963422,
            "stop": 1376963969
        },
        {
            "start": 1376963970,
            "stop": 1376965153
        },
        {
            "start": 1376965154,
            "stop": 1376965955
        },
        {
            "start": 1376965957,
            "stop": 1376966795
        },
        {
            "start": 1376966797,
            "stop": 1376967175
        },
        {
            "start": 1376967176,
            "stop": 1376970040
        }
    ]
}