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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=157",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 158,
    "results": [
        {
            "start": 931422304,
            "stop": 931422311
        },
        {
            "start": 931422313,
            "stop": 931422392
        },
        {
            "start": 931422394,
            "stop": 931422406
        },
        {
            "start": 931422410,
            "stop": 931422412
        },
        {
            "start": 931422417,
            "stop": 931422438
        },
        {
            "start": 931422441,
            "stop": 931422446
        },
        {
            "start": 931422449,
            "stop": 931422466
        },
        {
            "start": 931422469,
            "stop": 931422475
        },
        {
            "start": 931422477,
            "stop": 931422520
        },
        {
            "start": 931422522,
            "stop": 931422565
        },
        {
            "start": 931422567,
            "stop": 931422573
        },
        {
            "start": 931422576,
            "stop": 931422624
        },
        {
            "start": 931422626,
            "stop": 931422644
        },
        {
            "start": 931422646,
            "stop": 931422659
        },
        {
            "start": 931422661,
            "stop": 931422682
        },
        {
            "start": 931422685,
            "stop": 931422700
        },
        {
            "start": 931422707,
            "stop": 931422708
        },
        {
            "start": 931422710,
            "stop": 931422738
        },
        {
            "start": 931422744,
            "stop": 931422752
        },
        {
            "start": 931422754,
            "stop": 931422757
        }
    ]
}