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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=239",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 240,
    "results": [
        {
            "start": 821679604,
            "stop": 821679615
        },
        {
            "start": 821679620,
            "stop": 821679632
        },
        {
            "start": 821679638,
            "stop": 821679641
        },
        {
            "start": 821679647,
            "stop": 821679650
        },
        {
            "start": 821679654,
            "stop": 821679658
        },
        {
            "start": 821679662,
            "stop": 821679663
        },
        {
            "start": 821679666,
            "stop": 821679673
        },
        {
            "start": 821679679,
            "stop": 821679684
        },
        {
            "start": 821679687,
            "stop": 821679691
        },
        {
            "start": 821679697,
            "stop": 821679706
        },
        {
            "start": 821679724,
            "stop": 821679731
        },
        {
            "start": 821679735,
            "stop": 821679736
        },
        {
            "start": 821679739,
            "stop": 821679741
        },
        {
            "start": 821679746,
            "stop": 821679763
        },
        {
            "start": 821679766,
            "stop": 821679773
        },
        {
            "start": 821679776,
            "stop": 821679778
        },
        {
            "start": 821679781,
            "stop": 821679782
        },
        {
            "start": 821679785,
            "stop": 821679786
        },
        {
            "start": 821679792,
            "stop": 821679804
        },
        {
            "start": 821679807,
            "stop": 821679808
        }
    ]
}