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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=319",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 320,
    "results": [
        {
            "start": 818247328,
            "stop": 818247330
        },
        {
            "start": 818247348,
            "stop": 818247350
        },
        {
            "start": 818247353,
            "stop": 818247355
        },
        {
            "start": 818247377,
            "stop": 818247383
        },
        {
            "start": 818247392,
            "stop": 818247394
        },
        {
            "start": 818247397,
            "stop": 818247399
        },
        {
            "start": 818247420,
            "stop": 818247426
        },
        {
            "start": 818247449,
            "stop": 818247453
        },
        {
            "start": 818247456,
            "stop": 818247459
        },
        {
            "start": 818247474,
            "stop": 818247476
        },
        {
            "start": 818247486,
            "stop": 818247487
        },
        {
            "start": 818247501,
            "stop": 818247503
        },
        {
            "start": 818247506,
            "stop": 818247507
        },
        {
            "start": 818247518,
            "stop": 818247520
        },
        {
            "start": 818247524,
            "stop": 818247528
        },
        {
            "start": 818247531,
            "stop": 818247533
        },
        {
            "start": 818247546,
            "stop": 818247548
        },
        {
            "start": 818247562,
            "stop": 818247569
        },
        {
            "start": 818247572,
            "stop": 818247578
        },
        {
            "start": 818247583,
            "stop": 818247587
        }
    ]
}