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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=299",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 300,
    "results": [
        {
            "start": 822416110,
            "stop": 822416216
        },
        {
            "start": 822416222,
            "stop": 822416231
        },
        {
            "start": 822416236,
            "stop": 822416380
        },
        {
            "start": 822416385,
            "stop": 822416538
        },
        {
            "start": 822416543,
            "stop": 822416985
        },
        {
            "start": 822416990,
            "stop": 822417204
        },
        {
            "start": 822417210,
            "stop": 822417292
        },
        {
            "start": 822417297,
            "stop": 822417463
        },
        {
            "start": 822417469,
            "stop": 822417475
        },
        {
            "start": 822434628,
            "stop": 822435261
        },
        {
            "start": 822435266,
            "stop": 822437106
        },
        {
            "start": 822437113,
            "stop": 822437213
        },
        {
            "start": 822437220,
            "stop": 822437753
        },
        {
            "start": 822437765,
            "stop": 822438013
        },
        {
            "start": 822438018,
            "stop": 822440161
        },
        {
            "start": 822440166,
            "stop": 822442426
        },
        {
            "start": 822442432,
            "stop": 822447402
        },
        {
            "start": 822447443,
            "stop": 822447676
        },
        {
            "start": 822447746,
            "stop": 822459922
        },
        {
            "start": 822460550,
            "stop": 822463135
        }
    ]
}