Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=27",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 28,
    "results": [
        {
            "start": 817723512,
            "stop": 817723752
        },
        {
            "start": 817724102,
            "stop": 817724462
        },
        {
            "start": 817724994,
            "stop": 817725114
        },
        {
            "start": 817725407,
            "stop": 817725767
        },
        {
            "start": 817726085,
            "stop": 817726385
        },
        {
            "start": 817726843,
            "stop": 817727563
        },
        {
            "start": 817727791,
            "stop": 817729051
        },
        {
            "start": 817729179,
            "stop": 817729479
        },
        {
            "start": 817729637,
            "stop": 817730597
        },
        {
            "start": 817730913,
            "stop": 817734033
        },
        {
            "start": 817734186,
            "stop": 817735626
        },
        {
            "start": 817735776,
            "stop": 817736466
        },
        {
            "start": 817736652,
            "stop": 817736772
        },
        {
            "start": 817736964,
            "stop": 817737144
        },
        {
            "start": 817737327,
            "stop": 817738587
        },
        {
            "start": 817738762,
            "stop": 817739722
        },
        {
            "start": 817739888,
            "stop": 817740428
        },
        {
            "start": 817740760,
            "stop": 817741540
        },
        {
            "start": 817741794,
            "stop": 817742214
        },
        {
            "start": 817742380,
            "stop": 817742500
        }
    ]
}