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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=270",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 271,
    "results": [
        {
            "start": 934609499,
            "stop": 934610415
        },
        {
            "start": 934610655,
            "stop": 934610692
        },
        {
            "start": 934610695,
            "stop": 934611192
        },
        {
            "start": 934611194,
            "stop": 934612722
        },
        {
            "start": 934612724,
            "stop": 934613607
        },
        {
            "start": 934613609,
            "stop": 934614015
        },
        {
            "start": 934614255,
            "stop": 934614328
        },
        {
            "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": 934623778
        },
        {
            "start": 934626312,
            "stop": 934628415
        },
        {
            "start": 934628655,
            "stop": 934629305
        }
    ]
}