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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2423",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2424,
    "results": [
        {
            "start": 873668830,
            "stop": 873668843
        },
        {
            "start": 873669010,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669966
        },
        {
            "start": 873671288,
            "stop": 873671469
        },
        {
            "start": 873671769,
            "stop": 873672518
        },
        {
            "start": 873672535,
            "stop": 873675682
        },
        {
            "start": 873675790,
            "stop": 873676558
        },
        {
            "start": 873676566,
            "stop": 873677016
        },
        {
            "start": 873688920,
            "stop": 873688980
        },
        {
            "start": 873690420,
            "stop": 873690480
        },
        {
            "start": 873698880,
            "stop": 873698940
        },
        {
            "start": 873699240,
            "stop": 873699290
        },
        {
            "start": 873699370,
            "stop": 873699480
        },
        {
            "start": 873699540,
            "stop": 873701314
        },
        {
            "start": 873701321,
            "stop": 873709550
        },
        {
            "start": 873709630,
            "stop": 873712850
        },
        {
            "start": 873712930,
            "stop": 873713262
        },
        {
            "start": 873713372,
            "stop": 873713700
        },
        {
            "start": 873713820,
            "stop": 873713880
        },
        {
            "start": 873714000,
            "stop": 873714220
        }
    ]
}