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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=283",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 284,
    "results": [
        {
            "start": 934614330,
            "stop": 934614702
        },
        {
            "start": 934614705,
            "stop": 934616878
        },
        {
            "start": 934616880,
            "stop": 934617379
        },
        {
            "start": 934618944,
            "stop": 934618948
        },
        {
            "start": 934618950,
            "stop": 934619398
        },
        {
            "start": 934619402,
            "stop": 934619549
        },
        {
            "start": 934619551,
            "stop": 934620163
        },
        {
            "start": 934620167,
            "stop": 934620958
        },
        {
            "start": 934620960,
            "stop": 934621215
        },
        {
            "start": 934621455,
            "stop": 934623667
        },
        {
            "start": 934623672,
            "stop": 934623673
        },
        {
            "start": 934626312,
            "stop": 934628415
        },
        {
            "start": 934628655,
            "stop": 934629305
        },
        {
            "start": 934629308,
            "stop": 934629990
        },
        {
            "start": 934629992,
            "stop": 934630035
        },
        {
            "start": 934630038,
            "stop": 934632015
        },
        {
            "start": 934632255,
            "stop": 934633155
        },
        {
            "start": 934633157,
            "stop": 934633481
        },
        {
            "start": 934633483,
            "stop": 934633565
        },
        {
            "start": 934633570,
            "stop": 934634671
        }
    ]
}