Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=23",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 24,
    "results": [
        {
            "start": 931183722,
            "stop": 931184254
        },
        {
            "start": 931184261,
            "stop": 931184388
        },
        {
            "start": 931184394,
            "stop": 931184475
        },
        {
            "start": 931184481,
            "stop": 931184652
        },
        {
            "start": 931184660,
            "stop": 931184812
        },
        {
            "start": 931184823,
            "stop": 931184824
        },
        {
            "start": 931184841,
            "stop": 931184904
        },
        {
            "start": 931184915,
            "stop": 931184921
        },
        {
            "start": 931184930,
            "stop": 931184990
        },
        {
            "start": 931184995,
            "stop": 931185077
        },
        {
            "start": 931185083,
            "stop": 931185084
        },
        {
            "start": 931185103,
            "stop": 931185107
        },
        {
            "start": 931185113,
            "stop": 931185268
        },
        {
            "start": 931185282,
            "stop": 931185355
        },
        {
            "start": 931185360,
            "stop": 931185449
        },
        {
            "start": 931185454,
            "stop": 931185509
        },
        {
            "start": 931185519,
            "stop": 931185569
        },
        {
            "start": 931185576,
            "stop": 931185610
        },
        {
            "start": 931185616,
            "stop": 931185628
        },
        {
            "start": 931185641,
            "stop": 931185689
        }
    ]
}