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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 2,
    "results": [
        {
            "start": 931218886,
            "stop": 931220215
        },
        {
            "start": 931242056,
            "stop": 931242063
        },
        {
            "start": 931242123,
            "stop": 931245464
        },
        {
            "start": 931250547,
            "stop": 931252538
        },
        {
            "start": 931257335,
            "stop": 931260598
        },
        {
            "start": 931261877,
            "stop": 931267989
        },
        {
            "start": 931270026,
            "stop": 931271665
        },
        {
            "start": 931275027,
            "stop": 931275741
        },
        {
            "start": 931283293,
            "stop": 931285104
        },
        {
            "start": 931290692,
            "stop": 931291115
        },
        {
            "start": 931292789,
            "stop": 931292897
        },
        {
            "start": 931317186,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931330524
        },
        {
            "start": 931331181,
            "stop": 931338575
        },
        {
            "start": 931340994,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931354202
        },
        {
            "start": 931357989,
            "stop": 931358513
        },
        {
            "start": 931365256,
            "stop": 931377033
        },
        {
            "start": 931386256,
            "stop": 931404464
        },
        {
            "start": 931413997,
            "stop": 931415060
        }
    ]
}