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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=334",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 335,
    "results": [
        {
            "start": 872020025,
            "stop": 872020629
        },
        {
            "start": 872020631,
            "stop": 872030838
        },
        {
            "start": 872032214,
            "stop": 872047421
        },
        {
            "start": 872047423,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872128631
        },
        {
            "start": 872128633,
            "stop": 872129881
        },
        {
            "start": 872130812,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171048
        },
        {
            "start": 872171171,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872242574
        },
        {
            "start": 872244259,
            "stop": 872263028
        },
        {
            "start": 872263160,
            "stop": 872299574
        },
        {
            "start": 872299684,
            "stop": 872299790
        },
        {
            "start": 872300090,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872331378
        }
    ]
}