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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10216",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10217,
    "results": [
        {
            "start": 874147454,
            "stop": 874147702
        },
        {
            "start": 874147768,
            "stop": 874147962
        },
        {
            "start": 874148052,
            "stop": 874148236
        },
        {
            "start": 874148243,
            "stop": 874148387
        },
        {
            "start": 874148436,
            "stop": 874148465
        },
        {
            "start": 874148502,
            "stop": 874148979
        },
        {
            "start": 874149099,
            "stop": 874149105
        },
        {
            "start": 874149141,
            "stop": 874149169
        },
        {
            "start": 874149274,
            "stop": 874149278
        },
        {
            "start": 874149350,
            "stop": 874149367
        },
        {
            "start": 874149403,
            "stop": 874149420
        },
        {
            "start": 874149456,
            "stop": 874149722
        },
        {
            "start": 874149771,
            "stop": 874149806
        },
        {
            "start": 874149813,
            "stop": 874149930
        },
        {
            "start": 874149938,
            "stop": 874149952
        },
        {
            "start": 874149988,
            "stop": 874150185
        },
        {
            "start": 874150221,
            "stop": 874150444
        },
        {
            "start": 874150480,
            "stop": 874150833
        },
        {
            "start": 874150840,
            "stop": 874150845
        },
        {
            "start": 874150881,
            "stop": 874151044
        }
    ]
}