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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=258",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 259,
    "results": [
        {
            "start": 931771739,
            "stop": 931771778
        },
        {
            "start": 931771780,
            "stop": 931771784
        },
        {
            "start": 931771786,
            "stop": 931771938
        },
        {
            "start": 931771940,
            "stop": 931771985
        },
        {
            "start": 931771987,
            "stop": 931772379
        },
        {
            "start": 931772381,
            "stop": 931772521
        },
        {
            "start": 931772522,
            "stop": 931772591
        },
        {
            "start": 931772593,
            "stop": 931772608
        },
        {
            "start": 931772610,
            "stop": 931772627
        },
        {
            "start": 931772629,
            "stop": 931772695
        },
        {
            "start": 931772696,
            "stop": 931772709
        },
        {
            "start": 931772710,
            "stop": 931772839
        },
        {
            "start": 931772841,
            "stop": 931772924
        },
        {
            "start": 931772925,
            "stop": 931773159
        },
        {
            "start": 931773161,
            "stop": 931773218
        },
        {
            "start": 931773223,
            "stop": 931773224
        },
        {
            "start": 931773226,
            "stop": 931773227
        },
        {
            "start": 931773230,
            "stop": 931773231
        },
        {
            "start": 931773237,
            "stop": 931773238
        },
        {
            "start": 931773240,
            "stop": 931773241
        }
    ]
}