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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=414",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 415,
    "results": [
        {
            "start": 838281867,
            "stop": 838284717
        },
        {
            "start": 838286313,
            "stop": 838286913
        },
        {
            "start": 838287121,
            "stop": 838287301
        },
        {
            "start": 838287451,
            "stop": 838291111
        },
        {
            "start": 838291201,
            "stop": 838294921
        },
        {
            "start": 838297659,
            "stop": 838298919
        },
        {
            "start": 838300506,
            "stop": 838307166
        },
        {
            "start": 838307797,
            "stop": 838308997
        },
        {
            "start": 838309190,
            "stop": 838313090
        },
        {
            "start": 838314211,
            "stop": 838321531
        },
        {
            "start": 838322831,
            "stop": 838325591
        },
        {
            "start": 838329456,
            "stop": 838331856
        },
        {
            "start": 838332064,
            "stop": 838336444
        },
        {
            "start": 838338288,
            "stop": 838339068
        },
        {
            "start": 838341572,
            "stop": 838342952
        },
        {
            "start": 838343101,
            "stop": 838344961
        },
        {
            "start": 838346984,
            "stop": 838348244
        },
        {
            "start": 838348274,
            "stop": 838352744
        },
        {
            "start": 838352945,
            "stop": 838355645
        },
        {
            "start": 838355795,
            "stop": 838358015
        }
    ]
}