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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=306",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 307,
    "results": [
        {
            "start": 820942104,
            "stop": 820942276
        },
        {
            "start": 820942279,
            "stop": 820942322
        },
        {
            "start": 820942325,
            "stop": 820942353
        },
        {
            "start": 820942356,
            "stop": 820942360
        },
        {
            "start": 820942363,
            "stop": 820942365
        },
        {
            "start": 820942368,
            "stop": 820942407
        },
        {
            "start": 820942410,
            "stop": 820942445
        },
        {
            "start": 820942448,
            "stop": 820942480
        },
        {
            "start": 820942483,
            "stop": 820942557
        },
        {
            "start": 820942560,
            "stop": 820942609
        },
        {
            "start": 820942613,
            "stop": 820942737
        },
        {
            "start": 820943317,
            "stop": 820943320
        },
        {
            "start": 820943797,
            "stop": 820943810
        },
        {
            "start": 820943813,
            "stop": 820943864
        },
        {
            "start": 820943867,
            "stop": 820943870
        },
        {
            "start": 820943873,
            "stop": 820943952
        },
        {
            "start": 820943955,
            "stop": 820943990
        },
        {
            "start": 820943993,
            "stop": 820944033
        },
        {
            "start": 820944036,
            "stop": 820944038
        },
        {
            "start": 820944042,
            "stop": 820944043
        }
    ]
}