Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10288
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=10289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10287",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10288,
    "results": [
        {
            "start": 875011743,
            "stop": 875011845
        },
        {
            "start": 875011881,
            "stop": 875011963
        },
        {
            "start": 875012552,
            "stop": 875012558
        },
        {
            "start": 875012754,
            "stop": 875012760
        },
        {
            "start": 875012872,
            "stop": 875013089
        },
        {
            "start": 875013125,
            "stop": 875013167
        },
        {
            "start": 875013203,
            "stop": 875013529
        },
        {
            "start": 875013546,
            "stop": 875014920
        },
        {
            "start": 875021820,
            "stop": 875021880
        },
        {
            "start": 875022000,
            "stop": 875022060
        },
        {
            "start": 875022180,
            "stop": 875022792
        },
        {
            "start": 875022802,
            "stop": 875022840
        },
        {
            "start": 875036247,
            "stop": 875036439
        },
        {
            "start": 875036580,
            "stop": 875036760
        },
        {
            "start": 875036880,
            "stop": 875037000
        },
        {
            "start": 875037060,
            "stop": 875038442
        },
        {
            "start": 875038459,
            "stop": 875038620
        },
        {
            "start": 875038680,
            "stop": 875039760
        },
        {
            "start": 875039820,
            "stop": 875040496
        },
        {
            "start": 875040616,
            "stop": 875041479
        }
    ]
}