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/H1_CBCLOW_CAT3/segments?format=api&page=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=172",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 173,
    "results": [
        {
            "start": 820441675,
            "stop": 820442810
        },
        {
            "start": 820442890,
            "stop": 820443253
        },
        {
            "start": 820444459,
            "stop": 820444608
        },
        {
            "start": 820444615,
            "stop": 820445174
        },
        {
            "start": 820445182,
            "stop": 820445358
        },
        {
            "start": 820445365,
            "stop": 820445750
        },
        {
            "start": 820445830,
            "stop": 820445910
        },
        {
            "start": 820445918,
            "stop": 820446000
        },
        {
            "start": 820446007,
            "stop": 820446100
        },
        {
            "start": 820446107,
            "stop": 820446133
        },
        {
            "start": 820446140,
            "stop": 820446487
        },
        {
            "start": 820446494,
            "stop": 820446608
        },
        {
            "start": 820446615,
            "stop": 820446969
        },
        {
            "start": 820446977,
            "stop": 820447407
        },
        {
            "start": 820447415,
            "stop": 820448128
        },
        {
            "start": 820448135,
            "stop": 820448176
        },
        {
            "start": 820448184,
            "stop": 820448210
        },
        {
            "start": 820448291,
            "stop": 820448834
        },
        {
            "start": 820448841,
            "stop": 820448855
        },
        {
            "start": 820448862,
            "stop": 820449444
        }
    ]
}