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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=181",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 182,
    "results": [
        {
            "start": 825691242,
            "stop": 825691302
        },
        {
            "start": 825693813,
            "stop": 825694323
        },
        {
            "start": 825694673,
            "stop": 825694793
        },
        {
            "start": 825700674,
            "stop": 825701094
        },
        {
            "start": 825701610,
            "stop": 825701970
        },
        {
            "start": 825702181,
            "stop": 825702541
        },
        {
            "start": 825702713,
            "stop": 825702773
        },
        {
            "start": 825705113,
            "stop": 825705233
        },
        {
            "start": 825717621,
            "stop": 825717681
        },
        {
            "start": 825717887,
            "stop": 825718067
        },
        {
            "start": 825718366,
            "stop": 825718486
        },
        {
            "start": 825718654,
            "stop": 825719074
        },
        {
            "start": 825720820,
            "stop": 825720940
        },
        {
            "start": 825721144,
            "stop": 825721624
        },
        {
            "start": 825725361,
            "stop": 825725841
        },
        {
            "start": 825726220,
            "stop": 825726700
        },
        {
            "start": 825726980,
            "stop": 825727040
        },
        {
            "start": 825727406,
            "stop": 825727466
        },
        {
            "start": 825727891,
            "stop": 825727951
        },
        {
            "start": 825728495,
            "stop": 825728855
        }
    ]
}