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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=296",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 297,
    "results": [
        {
            "start": 841961459,
            "stop": 841961469
        },
        {
            "start": 841961471,
            "stop": 841961510
        },
        {
            "start": 841961512,
            "stop": 841961515
        },
        {
            "start": 841961517,
            "stop": 841961525
        },
        {
            "start": 841961527,
            "stop": 841961529
        },
        {
            "start": 841961531,
            "stop": 841961533
        },
        {
            "start": 841961534,
            "stop": 841961548
        },
        {
            "start": 841961550,
            "stop": 841961577
        },
        {
            "start": 841961992,
            "stop": 841962003
        },
        {
            "start": 841962005,
            "stop": 841962570
        },
        {
            "start": 841962572,
            "stop": 841965427
        },
        {
            "start": 841965429,
            "stop": 841965544
        },
        {
            "start": 841965546,
            "stop": 841965549
        },
        {
            "start": 841965551,
            "stop": 841965558
        },
        {
            "start": 841968546,
            "stop": 841975290
        },
        {
            "start": 841975292,
            "stop": 841977158
        },
        {
            "start": 841977160,
            "stop": 841990745
        },
        {
            "start": 841990746,
            "stop": 841990760
        },
        {
            "start": 841990762,
            "stop": 841992310
        },
        {
            "start": 841994886,
            "stop": 841994909
        }
    ]
}