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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5009",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5010,
    "results": [
        {
            "start": 874547862,
            "stop": 874547873
        },
        {
            "start": 874547880,
            "stop": 874547917
        },
        {
            "start": 874547924,
            "stop": 874547965
        },
        {
            "start": 874547973,
            "stop": 874547979
        },
        {
            "start": 874547987,
            "stop": 874548187
        },
        {
            "start": 874548195,
            "stop": 874548219
        },
        {
            "start": 874548227,
            "stop": 874548254
        },
        {
            "start": 874548262,
            "stop": 874548314
        },
        {
            "start": 874548322,
            "stop": 874548327
        },
        {
            "start": 874548334,
            "stop": 874548356
        },
        {
            "start": 874548368,
            "stop": 874548380
        },
        {
            "start": 874548388,
            "stop": 874548422
        },
        {
            "start": 874548429,
            "stop": 874548462
        },
        {
            "start": 874548482,
            "stop": 874548511
        },
        {
            "start": 874548519,
            "stop": 874548583
        },
        {
            "start": 874548592,
            "stop": 874548593
        },
        {
            "start": 874548600,
            "stop": 874548608
        },
        {
            "start": 874548615,
            "stop": 874548623
        },
        {
            "start": 874548630,
            "stop": 874548650
        },
        {
            "start": 874548657,
            "stop": 874548667
        }
    ]
}