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=5265
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=5266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5264",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5265,
    "results": [
        {
            "start": 875222937,
            "stop": 875222961
        },
        {
            "start": 875222975,
            "stop": 875222990
        },
        {
            "start": 875222997,
            "stop": 875223154
        },
        {
            "start": 875223165,
            "stop": 875223174
        },
        {
            "start": 875223181,
            "stop": 875223216
        },
        {
            "start": 875223226,
            "stop": 875223253
        },
        {
            "start": 875223260,
            "stop": 875223281
        },
        {
            "start": 875223288,
            "stop": 875223291
        },
        {
            "start": 875223298,
            "stop": 875223301
        },
        {
            "start": 875223316,
            "stop": 875223342
        },
        {
            "start": 875223349,
            "stop": 875223364
        },
        {
            "start": 875223371,
            "stop": 875223421
        },
        {
            "start": 875223428,
            "stop": 875223434
        },
        {
            "start": 875223441,
            "stop": 875223482
        },
        {
            "start": 875223490,
            "stop": 875223518
        },
        {
            "start": 875223525,
            "stop": 875223540
        },
        {
            "start": 875223547,
            "stop": 875223560
        },
        {
            "start": 875223567,
            "stop": 875223590
        },
        {
            "start": 875223597,
            "stop": 875223610
        },
        {
            "start": 875223617,
            "stop": 875223634
        }
    ]
}