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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 50,
    "results": [
        {
            "start": 817507033,
            "stop": 817507060
        },
        {
            "start": 817507065,
            "stop": 817508266
        },
        {
            "start": 817509064,
            "stop": 817510160
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549368
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551343
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552628
        },
        {
            "start": 817555363,
            "stop": 817558160
        },
        {
            "start": 817558164,
            "stop": 817558693
        },
        {
            "start": 817558696,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560349
        },
        {
            "start": 817560353,
            "stop": 817560359
        },
        {
            "start": 817560368,
            "stop": 817561030
        },
        {
            "start": 817561035,
            "stop": 817562252
        },
        {
            "start": 817562265,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562849
        },
        {
            "start": 817562853,
            "stop": 817562975
        },
        {
            "start": 817562989,
            "stop": 817563000
        }
    ]
}