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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=29",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 30,
    "results": [
        {
            "start": 817785279,
            "stop": 817785579
        },
        {
            "start": 817785725,
            "stop": 817786265
        },
        {
            "start": 817786415,
            "stop": 817787015
        },
        {
            "start": 817787172,
            "stop": 817787652
        },
        {
            "start": 817787806,
            "stop": 817789426
        },
        {
            "start": 817789587,
            "stop": 817790067
        },
        {
            "start": 817790241,
            "stop": 817790301
        },
        {
            "start": 817790466,
            "stop": 817792326
        },
        {
            "start": 817792481,
            "stop": 817793981
        },
        {
            "start": 817794133,
            "stop": 817794253
        },
        {
            "start": 817794413,
            "stop": 817794953
        },
        {
            "start": 817796783,
            "stop": 817796843
        },
        {
            "start": 817797068,
            "stop": 817797128
        },
        {
            "start": 817797295,
            "stop": 817797535
        },
        {
            "start": 817797879,
            "stop": 817798119
        },
        {
            "start": 817798299,
            "stop": 817798539
        },
        {
            "start": 817798696,
            "stop": 817798816
        },
        {
            "start": 817861978,
            "stop": 817862038
        },
        {
            "start": 817862534,
            "stop": 817862594
        },
        {
            "start": 817863085,
            "stop": 817863205
        }
    ]
}