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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=19",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 20,
    "results": [
        {
            "start": 934212549,
            "stop": 934224138
        },
        {
            "start": 934230874,
            "stop": 934243990
        },
        {
            "start": 934248432,
            "stop": 934248486
        },
        {
            "start": 934248492,
            "stop": 934248596
        },
        {
            "start": 934248602,
            "stop": 934248639
        },
        {
            "start": 934248646,
            "stop": 934249327
        },
        {
            "start": 934249333,
            "stop": 934249554
        },
        {
            "start": 934249559,
            "stop": 934249850
        },
        {
            "start": 934249856,
            "stop": 934249971
        },
        {
            "start": 934249982,
            "stop": 934250034
        },
        {
            "start": 934250040,
            "stop": 934250059
        },
        {
            "start": 934250069,
            "stop": 934250112
        },
        {
            "start": 934250117,
            "stop": 934250140
        },
        {
            "start": 934250146,
            "stop": 934250299
        },
        {
            "start": 934250335,
            "stop": 934250473
        },
        {
            "start": 934250479,
            "stop": 934250522
        },
        {
            "start": 934257654,
            "stop": 934261776
        },
        {
            "start": 934265631,
            "stop": 934267289
        },
        {
            "start": 934268094,
            "stop": 934268219
        },
        {
            "start": 934278581,
            "stop": 934291642
        }
    ]
}