Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=30",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 31,
    "results": [
        {
            "start": 931139395,
            "stop": 931139412
        },
        {
            "start": 931139414,
            "stop": 931139418
        },
        {
            "start": 931139420,
            "stop": 931139441
        },
        {
            "start": 931139443,
            "stop": 931139444
        },
        {
            "start": 931139445,
            "stop": 931139447
        },
        {
            "start": 931139449,
            "stop": 931139452
        },
        {
            "start": 931139454,
            "stop": 931139455
        },
        {
            "start": 931139457,
            "stop": 931139458
        },
        {
            "start": 931139460,
            "stop": 931139465
        },
        {
            "start": 931139467,
            "stop": 931139478
        },
        {
            "start": 931139480,
            "stop": 931139488
        },
        {
            "start": 931139490,
            "stop": 931139531
        },
        {
            "start": 931139533,
            "stop": 931139536
        },
        {
            "start": 931139538,
            "stop": 931139552
        },
        {
            "start": 931139554,
            "stop": 931139556
        },
        {
            "start": 931139560,
            "stop": 931139569
        },
        {
            "start": 931139571,
            "stop": 931139573
        },
        {
            "start": 931139578,
            "stop": 931139579
        },
        {
            "start": 931139586,
            "stop": 931139588
        },
        {
            "start": 931139590,
            "stop": 931139592
        }
    ]
}