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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=55",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 56,
    "results": [
        {
            "start": 941011394,
            "stop": 941011398
        },
        {
            "start": 941011401,
            "stop": 941011411
        },
        {
            "start": 941011467,
            "stop": 941011468
        },
        {
            "start": 941012662,
            "stop": 941012693
        },
        {
            "start": 941012699,
            "stop": 941012721
        },
        {
            "start": 941012725,
            "stop": 941012762
        },
        {
            "start": 941012765,
            "stop": 941012971
        },
        {
            "start": 941012975,
            "stop": 941013011
        },
        {
            "start": 941014733,
            "stop": 941015251
        },
        {
            "start": 941015254,
            "stop": 941015256
        },
        {
            "start": 941015259,
            "stop": 941015263
        },
        {
            "start": 941015265,
            "stop": 941015267
        },
        {
            "start": 941015271,
            "stop": 941015290
        },
        {
            "start": 941015313,
            "stop": 941015317
        },
        {
            "start": 941015320,
            "stop": 941015322
        },
        {
            "start": 941015336,
            "stop": 941015339
        },
        {
            "start": 941015346,
            "stop": 941015347
        },
        {
            "start": 941015350,
            "stop": 941015351
        },
        {
            "start": 941015366,
            "stop": 941015380
        },
        {
            "start": 941015384,
            "stop": 941015386
        }
    ]
}