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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46993",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46994,
    "results": [
        {
            "start": 875219426,
            "stop": 875219429
        },
        {
            "start": 875219432,
            "stop": 875219438
        },
        {
            "start": 875219440,
            "stop": 875219441
        },
        {
            "start": 875219444,
            "stop": 875219460
        },
        {
            "start": 875219463,
            "stop": 875219469
        },
        {
            "start": 875219470,
            "stop": 875219482
        },
        {
            "start": 875219483,
            "stop": 875219488
        },
        {
            "start": 875219490,
            "stop": 875219498
        },
        {
            "start": 875219500,
            "stop": 875219503
        },
        {
            "start": 875219505,
            "stop": 875219524
        },
        {
            "start": 875219526,
            "stop": 875219541
        },
        {
            "start": 875219544,
            "stop": 875219552
        },
        {
            "start": 875219553,
            "stop": 875219569
        },
        {
            "start": 875219574,
            "stop": 875219588
        },
        {
            "start": 875219590,
            "stop": 875219610
        },
        {
            "start": 875219611,
            "stop": 875219617
        },
        {
            "start": 875219620,
            "stop": 875219652
        },
        {
            "start": 875219654,
            "stop": 875219659
        },
        {
            "start": 875219660,
            "stop": 875219688
        },
        {
            "start": 875219690,
            "stop": 875219716
        }
    ]
}