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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=108",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 109,
    "results": [
        {
            "start": 830576172,
            "stop": 830602713
        },
        {
            "start": 830602823,
            "stop": 830603085
        },
        {
            "start": 830603385,
            "stop": 830606550
        },
        {
            "start": 830606551,
            "stop": 830607526
        },
        {
            "start": 830607528,
            "stop": 830612781
        },
        {
            "start": 830612891,
            "stop": 830613437
        },
        {
            "start": 830613737,
            "stop": 830617292
        },
        {
            "start": 830669228,
            "stop": 830688402
        },
        {
            "start": 830688404,
            "stop": 830695853
        },
        {
            "start": 830698359,
            "stop": 830702286
        },
        {
            "start": 830702622,
            "stop": 830705661
        },
        {
            "start": 830720487,
            "stop": 830721985
        },
        {
            "start": 830722285,
            "stop": 830722522
        },
        {
            "start": 830723074,
            "stop": 830727088
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830770969
        },
        {
            "start": 830771079,
            "stop": 830771377
        },
        {
            "start": 830771677,
            "stop": 830777910
        },
        {
            "start": 830778020,
            "stop": 830778662
        }
    ]
}