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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=289",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 290,
    "results": [
        {
            "start": 831712275,
            "stop": 831712455
        },
        {
            "start": 831712690,
            "stop": 831713770
        },
        {
            "start": 831713800,
            "stop": 831713920
        },
        {
            "start": 831713950,
            "stop": 831714370
        },
        {
            "start": 831714529,
            "stop": 831716149
        },
        {
            "start": 831716378,
            "stop": 831716678
        },
        {
            "start": 831718090,
            "stop": 831718210
        },
        {
            "start": 831720392,
            "stop": 831721532
        },
        {
            "start": 831721592,
            "stop": 831722852
        },
        {
            "start": 831723026,
            "stop": 831723266
        },
        {
            "start": 831723429,
            "stop": 831724989
        },
        {
            "start": 831725620,
            "stop": 831727900
        },
        {
            "start": 831728020,
            "stop": 831728440
        },
        {
            "start": 831728572,
            "stop": 831731692
        },
        {
            "start": 831732023,
            "stop": 831734123
        },
        {
            "start": 831735176,
            "stop": 831735776
        },
        {
            "start": 831736594,
            "stop": 831736834
        },
        {
            "start": 831736980,
            "stop": 831737400
        },
        {
            "start": 831737542,
            "stop": 831737842
        },
        {
            "start": 831738092,
            "stop": 831738212
        }
    ]
}