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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=149",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 150,
    "results": [
        {
            "start": 818077117,
            "stop": 818077118
        },
        {
            "start": 818077125,
            "stop": 818077127
        },
        {
            "start": 818077130,
            "stop": 818077131
        },
        {
            "start": 818077142,
            "stop": 818077143
        },
        {
            "start": 818077146,
            "stop": 818077150
        },
        {
            "start": 818077153,
            "stop": 818077159
        },
        {
            "start": 818077162,
            "stop": 818077163
        },
        {
            "start": 818077169,
            "stop": 818077173
        },
        {
            "start": 818077200,
            "stop": 818077202
        },
        {
            "start": 818077207,
            "stop": 818077211
        },
        {
            "start": 818077214,
            "stop": 818077218
        },
        {
            "start": 818077221,
            "stop": 818077222
        },
        {
            "start": 818077227,
            "stop": 818077228
        },
        {
            "start": 818077258,
            "stop": 818077262
        },
        {
            "start": 818077277,
            "stop": 818077280
        },
        {
            "start": 818077283,
            "stop": 818077286
        },
        {
            "start": 818077289,
            "stop": 818077295
        },
        {
            "start": 818077305,
            "stop": 818077309
        },
        {
            "start": 818077312,
            "stop": 818077316
        },
        {
            "start": 818077321,
            "stop": 818077322
        }
    ]
}