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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7110",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7111,
    "results": [
        {
            "start": 874674000,
            "stop": 874674160
        },
        {
            "start": 874674161,
            "stop": 874674304
        },
        {
            "start": 874674306,
            "stop": 874674420
        },
        {
            "start": 874674480,
            "stop": 874674531
        },
        {
            "start": 874674535,
            "stop": 874674540
        },
        {
            "start": 874674900,
            "stop": 874674945
        },
        {
            "start": 874674949,
            "stop": 874674952
        },
        {
            "start": 874674953,
            "stop": 874674977
        },
        {
            "start": 874674978,
            "stop": 874675050
        },
        {
            "start": 874676490,
            "stop": 874676526
        },
        {
            "start": 874676527,
            "stop": 874676552
        },
        {
            "start": 874676553,
            "stop": 874676589
        },
        {
            "start": 874676592,
            "stop": 874676666
        },
        {
            "start": 874676667,
            "stop": 874676771
        },
        {
            "start": 874676772,
            "stop": 874676860
        },
        {
            "start": 874676861,
            "stop": 874676889
        },
        {
            "start": 874676890,
            "stop": 874676964
        },
        {
            "start": 874676967,
            "stop": 874677039
        },
        {
            "start": 874677040,
            "stop": 874677086
        },
        {
            "start": 874677089,
            "stop": 874677102
        }
    ]
}