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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=266",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 267,
    "results": [
        {
            "start": 931166525,
            "stop": 931166527
        },
        {
            "start": 931166529,
            "stop": 931166530
        },
        {
            "start": 931166532,
            "stop": 931166534
        },
        {
            "start": 931166536,
            "stop": 931166539
        },
        {
            "start": 931166542,
            "stop": 931166544
        },
        {
            "start": 931166546,
            "stop": 931166548
        },
        {
            "start": 931166550,
            "stop": 931166560
        },
        {
            "start": 931166562,
            "stop": 931166564
        },
        {
            "start": 931166567,
            "stop": 931166568
        },
        {
            "start": 931166569,
            "stop": 931166571
        },
        {
            "start": 931166574,
            "stop": 931166575
        },
        {
            "start": 931166576,
            "stop": 931166584
        },
        {
            "start": 931166586,
            "stop": 931166588
        },
        {
            "start": 931166593,
            "stop": 931166595
        },
        {
            "start": 931166596,
            "stop": 931166597
        },
        {
            "start": 931166599,
            "stop": 931166602
        },
        {
            "start": 931166604,
            "stop": 931166609
        },
        {
            "start": 931166611,
            "stop": 931166613
        },
        {
            "start": 931166615,
            "stop": 931166618
        },
        {
            "start": 931166621,
            "stop": 931166626
        }
    ]
}