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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=101",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 102,
    "results": [
        {
            "start": 829512088,
            "stop": 829515193
        },
        {
            "start": 829515228,
            "stop": 829515229
        },
        {
            "start": 829515330,
            "stop": 829516086
        },
        {
            "start": 829517593,
            "stop": 829517833
        },
        {
            "start": 829517887,
            "stop": 829517890
        },
        {
            "start": 829518013,
            "stop": 829518073
        },
        {
            "start": 829518104,
            "stop": 829518107
        },
        {
            "start": 829518313,
            "stop": 829518977
        },
        {
            "start": 829523590,
            "stop": 829533373
        },
        {
            "start": 829534432,
            "stop": 829543629
        },
        {
            "start": 829545388,
            "stop": 829553173
        },
        {
            "start": 829556208,
            "stop": 829562353
        },
        {
            "start": 829563323,
            "stop": 829567258
        },
        {
            "start": 829568557,
            "stop": 829571833
        },
        {
            "start": 829573158,
            "stop": 829578733
        },
        {
            "start": 829578766,
            "stop": 829578768
        },
        {
            "start": 829578951,
            "stop": 829580893
        },
        {
            "start": 829580926,
            "stop": 829580927
        },
        {
            "start": 829580979,
            "stop": 829581133
        },
        {
            "start": 829582338,
            "stop": 829584073
        }
    ]
}