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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=232",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 233,
    "results": [
        {
            "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
        },
        {
            "start": 821679812,
            "stop": 821679832
        },
        {
            "start": 821679838,
            "stop": 821679841
        },
        {
            "start": 821679844,
            "stop": 821679847
        },
        {
            "start": 821679850,
            "stop": 821679856
        },
        {
            "start": 821679861,
            "stop": 821679865
        },
        {
            "start": 821679872,
            "stop": 821679878
        }
    ]
}