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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=159",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 160,
    "results": [
        {
            "start": 823524085,
            "stop": 823524205
        },
        {
            "start": 823524430,
            "stop": 823524550
        },
        {
            "start": 823524704,
            "stop": 823525844
        },
        {
            "start": 823526067,
            "stop": 823526547
        },
        {
            "start": 823527563,
            "stop": 823527623
        },
        {
            "start": 823527852,
            "stop": 823528092
        },
        {
            "start": 823528361,
            "stop": 823528721
        },
        {
            "start": 823530046,
            "stop": 823530166
        },
        {
            "start": 823601246,
            "stop": 823601366
        },
        {
            "start": 823601579,
            "stop": 823601759
        },
        {
            "start": 823601992,
            "stop": 823602112
        },
        {
            "start": 823602496,
            "stop": 823602736
        },
        {
            "start": 823602898,
            "stop": 823602958
        },
        {
            "start": 823603362,
            "stop": 823603422
        },
        {
            "start": 823603609,
            "stop": 823604089
        },
        {
            "start": 823604299,
            "stop": 823605079
        },
        {
            "start": 823605400,
            "stop": 823605460
        },
        {
            "start": 823605626,
            "stop": 823605686
        },
        {
            "start": 823605878,
            "stop": 823606298
        },
        {
            "start": 823606457,
            "stop": 823606877
        }
    ]
}