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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=33",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 34,
    "results": [
        {
            "start": 817780279,
            "stop": 817780339
        },
        {
            "start": 817784956,
            "stop": 817785136
        },
        {
            "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
        }
    ]
}