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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=67",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 68,
    "results": [
        {
            "start": 823330127,
            "stop": 823336480
        },
        {
            "start": 823338225,
            "stop": 823338345
        },
        {
            "start": 823338745,
            "stop": 823351230
        },
        {
            "start": 823351816,
            "stop": 823355462
        },
        {
            "start": 823358265,
            "stop": 823361295
        },
        {
            "start": 823410809,
            "stop": 823423455
        },
        {
            "start": 823424708,
            "stop": 823451061
        },
        {
            "start": 823517412,
            "stop": 823531521
        },
        {
            "start": 823601122,
            "stop": 823614801
        },
        {
            "start": 823616912,
            "stop": 823617779
        },
        {
            "start": 823699942,
            "stop": 823711814
        },
        {
            "start": 823773035,
            "stop": 823773428
        },
        {
            "start": 823780386,
            "stop": 823784427
        },
        {
            "start": 823784430,
            "stop": 823784674
        },
        {
            "start": 823785377,
            "stop": 823785580
        },
        {
            "start": 823785812,
            "stop": 823789419
        },
        {
            "start": 823790218,
            "stop": 823792681
        },
        {
            "start": 823793570,
            "stop": 823800477
        },
        {
            "start": 823801409,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862407
        }
    ]
}