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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5101",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5099",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5100,
    "results": [
        {
            "start": 1135879006,
            "stop": 1135879010
        },
        {
            "start": 1135879012,
            "stop": 1135879014
        },
        {
            "start": 1135879016,
            "stop": 1135879051
        },
        {
            "start": 1135879053,
            "stop": 1135879057
        },
        {
            "start": 1135879059,
            "stop": 1135879143
        },
        {
            "start": 1135879145,
            "stop": 1135879147
        },
        {
            "start": 1135879149,
            "stop": 1135879151
        },
        {
            "start": 1135879153,
            "stop": 1135879155
        },
        {
            "start": 1135879157,
            "stop": 1135879168
        },
        {
            "start": 1135879170,
            "stop": 1135879181
        },
        {
            "start": 1135879183,
            "stop": 1135879190
        },
        {
            "start": 1135879192,
            "stop": 1135879245
        },
        {
            "start": 1135879247,
            "stop": 1135879252
        },
        {
            "start": 1135879254,
            "stop": 1135879273
        },
        {
            "start": 1135879275,
            "stop": 1135879279
        },
        {
            "start": 1135879281,
            "stop": 1135879285
        },
        {
            "start": 1135879287,
            "stop": 1135879398
        },
        {
            "start": 1135879400,
            "stop": 1135879413
        },
        {
            "start": 1135879415,
            "stop": 1135879417
        },
        {
            "start": 1135879419,
            "stop": 1135879447
        }
    ]
}