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=548
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=549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=547",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 548,
    "results": [
        {
            "start": 830193419,
            "stop": 830194130
        },
        {
            "start": 830194993,
            "stop": 830196089
        },
        {
            "start": 830196409,
            "stop": 830196787
        },
        {
            "start": 830197187,
            "stop": 830200494
        },
        {
            "start": 830201315,
            "stop": 830202555
        },
        {
            "start": 830202642,
            "stop": 830204558
        },
        {
            "start": 830206691,
            "stop": 830210459
        },
        {
            "start": 830211315,
            "stop": 830211972
        },
        {
            "start": 830212034,
            "stop": 830273042
        },
        {
            "start": 830274210,
            "stop": 830277627
        },
        {
            "start": 830277760,
            "stop": 830280073
        },
        {
            "start": 830281250,
            "stop": 830283433
        },
        {
            "start": 830283478,
            "stop": 830283480
        },
        {
            "start": 830283553,
            "stop": 830291809
        },
        {
            "start": 830291881,
            "stop": 830294033
        },
        {
            "start": 830294968,
            "stop": 830297173
        },
        {
            "start": 830297186,
            "stop": 830297187
        },
        {
            "start": 830297320,
            "stop": 830298146
        },
        {
            "start": 830298147,
            "stop": 830308738
        },
        {
            "start": 830308882,
            "stop": 830324447
        }
    ]
}