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_H1L1/segments?format=api&page=132
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_H1L1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=131",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 132,
    "results": [
        {
            "start": 822311889,
            "stop": 822311949
        },
        {
            "start": 822312121,
            "stop": 822313321
        },
        {
            "start": 822313471,
            "stop": 822314101
        },
        {
            "start": 822314257,
            "stop": 822314617
        },
        {
            "start": 822314812,
            "stop": 822314872
        },
        {
            "start": 822315027,
            "stop": 822315327
        },
        {
            "start": 822316910,
            "stop": 822317450
        },
        {
            "start": 822317608,
            "stop": 822317728
        },
        {
            "start": 822317868,
            "stop": 822318108
        },
        {
            "start": 822319152,
            "stop": 822319692
        },
        {
            "start": 822319916,
            "stop": 822319976
        },
        {
            "start": 822321789,
            "stop": 822321909
        },
        {
            "start": 822322069,
            "stop": 822322129
        },
        {
            "start": 822322425,
            "stop": 822322665
        },
        {
            "start": 822323176,
            "stop": 822323296
        },
        {
            "start": 822323424,
            "stop": 822323604
        },
        {
            "start": 822347248,
            "stop": 822347308
        },
        {
            "start": 822347454,
            "stop": 822347514
        },
        {
            "start": 822347648,
            "stop": 822347708
        },
        {
            "start": 822352120,
            "stop": 822352900
        }
    ]
}