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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=158",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 159,
    "results": [
        {
            "start": 932417777,
            "stop": 932417980
        },
        {
            "start": 932418375,
            "stop": 932418511
        },
        {
            "start": 932419372,
            "stop": 932419500
        },
        {
            "start": 932419502,
            "stop": 932419578
        },
        {
            "start": 932419584,
            "stop": 932419604
        },
        {
            "start": 932419607,
            "stop": 932419968
        },
        {
            "start": 932420853,
            "stop": 932421366
        },
        {
            "start": 932421426,
            "stop": 932421518
        },
        {
            "start": 932422329,
            "stop": 932422643
        },
        {
            "start": 932425575,
            "stop": 932425595
        },
        {
            "start": 932425601,
            "stop": 932425609
        },
        {
            "start": 932425615,
            "stop": 932425702
        },
        {
            "start": 932425741,
            "stop": 932425806
        },
        {
            "start": 932425866,
            "stop": 932426443
        },
        {
            "start": 932426457,
            "stop": 932426490
        },
        {
            "start": 932426495,
            "stop": 932427186
        },
        {
            "start": 932427246,
            "stop": 932427486
        },
        {
            "start": 932427666,
            "stop": 932427735
        },
        {
            "start": 932427738,
            "stop": 932428386
        },
        {
            "start": 932428446,
            "stop": 932428689
        }
    ]
}