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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=61",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 62,
    "results": [
        {
            "start": 822977557,
            "stop": 822985433
        },
        {
            "start": 822985854,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822994605
        },
        {
            "start": 822994910,
            "stop": 823012283
        },
        {
            "start": 823012285,
            "stop": 823012332
        },
        {
            "start": 823014112,
            "stop": 823017614
        },
        {
            "start": 823018000,
            "stop": 823018328
        },
        {
            "start": 823020636,
            "stop": 823021814
        },
        {
            "start": 823021942,
            "stop": 823022083
        },
        {
            "start": 823022220,
            "stop": 823022921
        },
        {
            "start": 823023021,
            "stop": 823023270
        },
        {
            "start": 823023624,
            "stop": 823029611
        },
        {
            "start": 823030532,
            "stop": 823032147
        },
        {
            "start": 823034368,
            "stop": 823040292
        },
        {
            "start": 823040372,
            "stop": 823042031
        },
        {
            "start": 823042068,
            "stop": 823048717
        },
        {
            "start": 823048874,
            "stop": 823078023
        },
        {
            "start": 823078387,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080381
        },
        {
            "start": 823162635,
            "stop": 823162664
        }
    ]
}