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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=284",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 285,
    "results": [
        {
            "start": 831704548,
            "stop": 831704938
        },
        {
            "start": 831708189,
            "stop": 831708849
        },
        {
            "start": 831709035,
            "stop": 831711405
        },
        {
            "start": 831711495,
            "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": 831722492
        },
        {
            "start": 831722522,
            "stop": 831722852
        },
        {
            "start": 831723026,
            "stop": 831723266
        },
        {
            "start": 831723429,
            "stop": 831724989
        },
        {
            "start": 831725620,
            "stop": 831728440
        },
        {
            "start": 831728572,
            "stop": 831731692
        },
        {
            "start": 831732023,
            "stop": 831734123
        },
        {
            "start": 831735236,
            "stop": 831735776
        },
        {
            "start": 831736594,
            "stop": 831736834
        }
    ]
}