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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3654",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3655,
    "results": [
        {
            "start": 872653629,
            "stop": 872653675
        },
        {
            "start": 872653693,
            "stop": 872653800
        },
        {
            "start": 872653860,
            "stop": 872653929
        },
        {
            "start": 872653933,
            "stop": 872653980
        },
        {
            "start": 872654040,
            "stop": 872654144
        },
        {
            "start": 872654325,
            "stop": 872654580
        },
        {
            "start": 872654640,
            "stop": 872654816
        },
        {
            "start": 872654833,
            "stop": 872655240
        },
        {
            "start": 872655300,
            "stop": 872655360
        },
        {
            "start": 872655420,
            "stop": 872655660
        },
        {
            "start": 872655720,
            "stop": 872655900
        },
        {
            "start": 872655960,
            "stop": 872656137
        },
        {
            "start": 872656154,
            "stop": 872656380
        },
        {
            "start": 872656560,
            "stop": 872656687
        },
        {
            "start": 872656690,
            "stop": 872657100
        },
        {
            "start": 872657220,
            "stop": 872657400
        },
        {
            "start": 872657460,
            "stop": 872657636
        },
        {
            "start": 872657653,
            "stop": 872657670
        },
        {
            "start": 872657687,
            "stop": 872657880
        },
        {
            "start": 872657940,
            "stop": 872658060
        }
    ]
}