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=8988
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=8989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8987",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8988,
    "results": [
        {
            "start": 873845355,
            "stop": 873845437
        },
        {
            "start": 873845456,
            "stop": 873845646
        },
        {
            "start": 873845666,
            "stop": 873845744
        },
        {
            "start": 873845817,
            "stop": 873845848
        },
        {
            "start": 873845869,
            "stop": 873846160
        },
        {
            "start": 873846180,
            "stop": 873846402
        },
        {
            "start": 873846574,
            "stop": 873846722
        },
        {
            "start": 873846741,
            "stop": 873847040
        },
        {
            "start": 873847324,
            "stop": 873847781
        },
        {
            "start": 873847801,
            "stop": 873848111
        },
        {
            "start": 873848130,
            "stop": 873848216
        },
        {
            "start": 873848250,
            "stop": 873848675
        },
        {
            "start": 873848692,
            "stop": 873848706
        },
        {
            "start": 873848723,
            "stop": 873849087
        },
        {
            "start": 873849107,
            "stop": 873849506
        },
        {
            "start": 873849525,
            "stop": 873850017
        },
        {
            "start": 873850037,
            "stop": 873850958
        },
        {
            "start": 873850977,
            "stop": 873851760
        },
        {
            "start": 873851820,
            "stop": 873852314
        },
        {
            "start": 873852576,
            "stop": 873852612
        }
    ]
}