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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=659",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 660,
    "results": [
        {
            "start": 850058296,
            "stop": 850061082
        },
        {
            "start": 850063845,
            "stop": 850063993
        },
        {
            "start": 850100411,
            "stop": 850101553
        },
        {
            "start": 850102470,
            "stop": 850104267
        },
        {
            "start": 850104269,
            "stop": 850109761
        },
        {
            "start": 850109762,
            "stop": 850109879
        },
        {
            "start": 850109881,
            "stop": 850110107
        },
        {
            "start": 850110110,
            "stop": 850110115
        },
        {
            "start": 850110117,
            "stop": 850110267
        },
        {
            "start": 850110269,
            "stop": 850111910
        },
        {
            "start": 850111911,
            "stop": 850112073
        },
        {
            "start": 850116401,
            "stop": 850137395
        },
        {
            "start": 850140362,
            "stop": 850148312
        },
        {
            "start": 850148313,
            "stop": 850148318
        },
        {
            "start": 850148319,
            "stop": 850153185
        },
        {
            "start": 850153186,
            "stop": 850153551
        },
        {
            "start": 850154106,
            "stop": 850156643
        },
        {
            "start": 850156648,
            "stop": 850161185
        },
        {
            "start": 850162212,
            "stop": 850164433
        },
        {
            "start": 850165236,
            "stop": 850165889
        }
    ]
}