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_H1L1/segments?format=api&page=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=124",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 125,
    "results": [
        {
            "start": 821961282,
            "stop": 821961642
        },
        {
            "start": 821961953,
            "stop": 821966153
        },
        {
            "start": 821966445,
            "stop": 821966925
        },
        {
            "start": 821967221,
            "stop": 821967401
        },
        {
            "start": 821967633,
            "stop": 821969193
        },
        {
            "start": 821970337,
            "stop": 821970577
        },
        {
            "start": 821970735,
            "stop": 821970855
        },
        {
            "start": 821971201,
            "stop": 821971741
        },
        {
            "start": 821972228,
            "stop": 821972348
        },
        {
            "start": 821972747,
            "stop": 821972987
        },
        {
            "start": 821973380,
            "stop": 821973440
        },
        {
            "start": 821973613,
            "stop": 821973733
        },
        {
            "start": 821973964,
            "stop": 821974024
        },
        {
            "start": 821975428,
            "stop": 821975488
        },
        {
            "start": 821975922,
            "stop": 821975982
        },
        {
            "start": 821977386,
            "stop": 821977506
        },
        {
            "start": 821978778,
            "stop": 821978898
        },
        {
            "start": 821979043,
            "stop": 821979103
        },
        {
            "start": 821979329,
            "stop": 821979389
        },
        {
            "start": 821979579,
            "stop": 821979909
        }
    ]
}