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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=278",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 279,
    "results": [
        {
            "start": 847608487,
            "stop": 847608510
        },
        {
            "start": 847608511,
            "stop": 847608590
        },
        {
            "start": 847608592,
            "stop": 847608649
        },
        {
            "start": 847608650,
            "stop": 847608940
        },
        {
            "start": 847608944,
            "stop": 847609017
        },
        {
            "start": 847609018,
            "stop": 847609023
        },
        {
            "start": 847609024,
            "stop": 847609053
        },
        {
            "start": 847609054,
            "stop": 847609182
        },
        {
            "start": 847609184,
            "stop": 847609188
        },
        {
            "start": 847609189,
            "stop": 847609231
        },
        {
            "start": 847609232,
            "stop": 847609238
        },
        {
            "start": 847609239,
            "stop": 847609241
        },
        {
            "start": 847609242,
            "stop": 847609264
        },
        {
            "start": 847609266,
            "stop": 847609310
        },
        {
            "start": 847609312,
            "stop": 847609358
        },
        {
            "start": 847609359,
            "stop": 847609422
        },
        {
            "start": 847609423,
            "stop": 847609491
        },
        {
            "start": 847609492,
            "stop": 847609614
        },
        {
            "start": 847609615,
            "stop": 847609752
        },
        {
            "start": 847609753,
            "stop": 847609782
        }
    ]
}