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=393
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=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=392",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 393,
    "results": [
        {
            "start": 847778131,
            "stop": 847778291
        },
        {
            "start": 847778292,
            "stop": 847778293
        },
        {
            "start": 847778295,
            "stop": 847778296
        },
        {
            "start": 847778297,
            "stop": 847778310
        },
        {
            "start": 847778312,
            "stop": 847778334
        },
        {
            "start": 847778335,
            "stop": 847778341
        },
        {
            "start": 847778342,
            "stop": 847778438
        },
        {
            "start": 847778439,
            "stop": 847778512
        },
        {
            "start": 847778513,
            "stop": 847778521
        },
        {
            "start": 847778522,
            "stop": 847778546
        },
        {
            "start": 847778548,
            "stop": 847778566
        },
        {
            "start": 847778567,
            "stop": 847778597
        },
        {
            "start": 847778598,
            "stop": 847778605
        },
        {
            "start": 847778606,
            "stop": 847778645
        },
        {
            "start": 847778647,
            "stop": 847778694
        },
        {
            "start": 847778695,
            "stop": 847778775
        },
        {
            "start": 847778777,
            "stop": 847778778
        },
        {
            "start": 847778780,
            "stop": 847778881
        },
        {
            "start": 847778882,
            "stop": 847778892
        },
        {
            "start": 847778894,
            "stop": 847778917
        }
    ]
}