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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 118,
    "results": [
        {
            "start": 817867250,
            "stop": 817867266
        },
        {
            "start": 817867271,
            "stop": 817867273
        },
        {
            "start": 817867277,
            "stop": 817867360
        },
        {
            "start": 817867363,
            "stop": 817867368
        },
        {
            "start": 817867371,
            "stop": 817867432
        },
        {
            "start": 817867438,
            "stop": 817867440
        },
        {
            "start": 817867443,
            "stop": 817867481
        },
        {
            "start": 817867490,
            "stop": 817867537
        },
        {
            "start": 817867544,
            "stop": 817867560
        },
        {
            "start": 817867567,
            "stop": 817867638
        },
        {
            "start": 817867642,
            "stop": 817867717
        },
        {
            "start": 817867721,
            "stop": 817867733
        },
        {
            "start": 817867737,
            "stop": 817867787
        },
        {
            "start": 817867807,
            "stop": 817867853
        },
        {
            "start": 817867856,
            "stop": 817867859
        },
        {
            "start": 817867862,
            "stop": 817867927
        },
        {
            "start": 817867930,
            "stop": 817868026
        },
        {
            "start": 817868031,
            "stop": 817868135
        },
        {
            "start": 817868138,
            "stop": 817868197
        },
        {
            "start": 817868200,
            "stop": 817868299
        }
    ]
}