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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=56",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 57,
    "results": [
        {
            "start": 822666511,
            "stop": 822666642
        },
        {
            "start": 822666680,
            "stop": 822666710
        },
        {
            "start": 822667010,
            "stop": 822667098
        },
        {
            "start": 822667398,
            "stop": 822667499
        },
        {
            "start": 822667535,
            "stop": 822667598
        },
        {
            "start": 822667741,
            "stop": 822667773
        },
        {
            "start": 822699919,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822714296
        },
        {
            "start": 822714798,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723117
        },
        {
            "start": 822723284,
            "stop": 822723523
        },
        {
            "start": 822723668,
            "stop": 822725728
        },
        {
            "start": 822726028,
            "stop": 822731233
        },
        {
            "start": 822731282,
            "stop": 822731290
        },
        {
            "start": 822731340,
            "stop": 822732636
        },
        {
            "start": 822732936,
            "stop": 822734966
        },
        {
            "start": 822735076,
            "stop": 822735435
        },
        {
            "start": 822736447,
            "stop": 822737655
        },
        {
            "start": 822740790,
            "stop": 822743149
        },
        {
            "start": 822743204,
            "stop": 822745358
        }
    ]
}