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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=174",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 175,
    "results": [
        {
            "start": 817307131,
            "stop": 817307167
        },
        {
            "start": 817307170,
            "stop": 817307198
        },
        {
            "start": 817307217,
            "stop": 817307392
        },
        {
            "start": 817307396,
            "stop": 817307472
        },
        {
            "start": 817307515,
            "stop": 817307555
        },
        {
            "start": 817307574,
            "stop": 817307789
        },
        {
            "start": 817307793,
            "stop": 817307880
        },
        {
            "start": 817307899,
            "stop": 817308003
        },
        {
            "start": 817308024,
            "stop": 817308127
        },
        {
            "start": 817308146,
            "stop": 817308187
        },
        {
            "start": 817308250,
            "stop": 817308301
        },
        {
            "start": 817308307,
            "stop": 817308329
        },
        {
            "start": 817308361,
            "stop": 817308374
        },
        {
            "start": 817308395,
            "stop": 817308483
        },
        {
            "start": 817352726,
            "stop": 817353071
        },
        {
            "start": 817353090,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353377
        },
        {
            "start": 817353396,
            "stop": 817353457
        },
        {
            "start": 817353474,
            "stop": 817354440
        },
        {
            "start": 817354457,
            "stop": 817354462
        }
    ]
}