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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6388",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6389,
    "results": [
        {
            "start": 873576759,
            "stop": 873576807
        },
        {
            "start": 873576809,
            "stop": 873576894
        },
        {
            "start": 873576895,
            "stop": 873576923
        },
        {
            "start": 873576925,
            "stop": 873576951
        },
        {
            "start": 873576952,
            "stop": 873576972
        },
        {
            "start": 873576974,
            "stop": 873576975
        },
        {
            "start": 873576976,
            "stop": 873577212
        },
        {
            "start": 873577214,
            "stop": 873577345
        },
        {
            "start": 873577346,
            "stop": 873577533
        },
        {
            "start": 873577534,
            "stop": 873577721
        },
        {
            "start": 873577723,
            "stop": 873578244
        },
        {
            "start": 873578246,
            "stop": 873578743
        },
        {
            "start": 873578745,
            "stop": 873578834
        },
        {
            "start": 873578835,
            "stop": 873578900
        },
        {
            "start": 873578901,
            "stop": 873578950
        },
        {
            "start": 873578951,
            "stop": 873578984
        },
        {
            "start": 873578985,
            "stop": 873579260
        },
        {
            "start": 873579262,
            "stop": 873579268
        },
        {
            "start": 873579270,
            "stop": 873579365
        },
        {
            "start": 873579366,
            "stop": 873579502
        }
    ]
}