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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 88,
    "results": [
        {
            "start": 817745995,
            "stop": 817746056
        },
        {
            "start": 817746059,
            "stop": 817746121
        },
        {
            "start": 817746124,
            "stop": 817746134
        },
        {
            "start": 817746138,
            "stop": 817746264
        },
        {
            "start": 817746284,
            "stop": 817746301
        },
        {
            "start": 817746305,
            "stop": 817746331
        },
        {
            "start": 817746336,
            "stop": 817746338
        },
        {
            "start": 817746342,
            "stop": 817746992
        },
        {
            "start": 817746996,
            "stop": 817746999
        },
        {
            "start": 817747002,
            "stop": 817747098
        },
        {
            "start": 817747108,
            "stop": 817747147
        },
        {
            "start": 817747151,
            "stop": 817747257
        },
        {
            "start": 817747260,
            "stop": 817747434
        },
        {
            "start": 817747438,
            "stop": 817747512
        },
        {
            "start": 817747515,
            "stop": 817747520
        },
        {
            "start": 817747523,
            "stop": 817747526
        },
        {
            "start": 817747529,
            "stop": 817747645
        },
        {
            "start": 817747648,
            "stop": 817747697
        },
        {
            "start": 817747700,
            "stop": 817747765
        },
        {
            "start": 817747768,
            "stop": 817747797
        }
    ]
}