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_CAT2/segments?format=api&page=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 23,
    "results": [
        {
            "start": 931139351,
            "stop": 931139353
        },
        {
            "start": 931139355,
            "stop": 931139358
        },
        {
            "start": 931139361,
            "stop": 931139362
        },
        {
            "start": 931139364,
            "stop": 931139368
        },
        {
            "start": 931139370,
            "stop": 931139379
        },
        {
            "start": 931139380,
            "stop": 931139393
        },
        {
            "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
        }
    ]
}