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=6904
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=6905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6903",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6904,
    "results": [
        {
            "start": 873482169,
            "stop": 873482172
        },
        {
            "start": 873482177,
            "stop": 873482182
        },
        {
            "start": 873482185,
            "stop": 873482199
        },
        {
            "start": 873482520,
            "stop": 873482596
        },
        {
            "start": 873482603,
            "stop": 873482662
        },
        {
            "start": 873482666,
            "stop": 873483203
        },
        {
            "start": 873483209,
            "stop": 873483238
        },
        {
            "start": 873483242,
            "stop": 873483244
        },
        {
            "start": 873483249,
            "stop": 873483251
        },
        {
            "start": 873483254,
            "stop": 873483274
        },
        {
            "start": 873483280,
            "stop": 873483320
        },
        {
            "start": 873483324,
            "stop": 873483332
        },
        {
            "start": 873483339,
            "stop": 873483410
        },
        {
            "start": 873483418,
            "stop": 873483557
        },
        {
            "start": 873483561,
            "stop": 873484012
        },
        {
            "start": 873484015,
            "stop": 873484109
        },
        {
            "start": 873484113,
            "stop": 873484126
        },
        {
            "start": 873484130,
            "stop": 873484187
        },
        {
            "start": 873484192,
            "stop": 873484349
        },
        {
            "start": 873484353,
            "stop": 873484422
        }
    ]
}