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/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=277
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=276",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 277,
    "results": [
        {
            "start": 934788038,
            "stop": 934788278
        },
        {
            "start": 934788398,
            "stop": 934790415
        },
        {
            "start": 934790655,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934801215
        },
        {
            "start": 934801455,
            "stop": 934802852
        },
        {
            "start": 934802857,
            "stop": 934804815
        },
        {
            "start": 934805115,
            "stop": 934805816
        },
        {
            "start": 934810005,
            "stop": 934811799
        },
        {
            "start": 934811804,
            "stop": 934812015
        },
        {
            "start": 934812255,
            "stop": 934814838
        },
        {
            "start": 934816742,
            "stop": 934819215
        },
        {
            "start": 934819455,
            "stop": 934821997
        },
        {
            "start": 934825021,
            "stop": 934825455
        },
        {
            "start": 934825474,
            "stop": 934826415
        },
        {
            "start": 934826655,
            "stop": 934828507
        },
        {
            "start": 934828512,
            "stop": 934829698
        },
        {
            "start": 934829703,
            "stop": 934829753
        },
        {
            "start": 934829756,
            "stop": 934829984
        },
        {
            "start": 934829989,
            "stop": 934830015
        },
        {
            "start": 934830255,
            "stop": 934831879
        }
    ]
}