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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=172",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 173,
    "results": [
        {
            "start": 932419490,
            "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": 932422616
        },
        {
            "start": 932422618,
            "stop": 932422643
        },
        {
            "start": 932425575,
            "stop": 932425595
        },
        {
            "start": 932425601,
            "stop": 932425609
        },
        {
            "start": 932425615,
            "stop": 932425702
        },
        {
            "start": 932425741,
            "stop": 932425806
        },
        {
            "start": 932425866,
            "stop": 932426011
        },
        {
            "start": 932426028,
            "stop": 932426086
        },
        {
            "start": 932426103,
            "stop": 932426443
        },
        {
            "start": 932426457,
            "stop": 932426477
        },
        {
            "start": 932426495,
            "stop": 932426739
        },
        {
            "start": 932426756,
            "stop": 932427186
        },
        {
            "start": 932427246,
            "stop": 932427486
        },
        {
            "start": 932427666,
            "stop": 932427735
        }
    ]
}