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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=41",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 42,
    "results": [
        {
            "start": 816763407,
            "stop": 816763415
        },
        {
            "start": 816763444,
            "stop": 816763583
        },
        {
            "start": 816763590,
            "stop": 816763644
        },
        {
            "start": 816763675,
            "stop": 816763699
        },
        {
            "start": 816763706,
            "stop": 816763862
        },
        {
            "start": 816763870,
            "stop": 816763903
        },
        {
            "start": 816763933,
            "stop": 816764021
        },
        {
            "start": 816764067,
            "stop": 816764094
        },
        {
            "start": 816764123,
            "stop": 816764305
        },
        {
            "start": 816764334,
            "stop": 816764349
        },
        {
            "start": 816764381,
            "stop": 816764921
        },
        {
            "start": 816764950,
            "stop": 816765499
        },
        {
            "start": 816765528,
            "stop": 816765569
        },
        {
            "start": 816765577,
            "stop": 816765932
        },
        {
            "start": 816765962,
            "stop": 816765963
        },
        {
            "start": 816765993,
            "stop": 816766032
        },
        {
            "start": 816766061,
            "stop": 816766482
        },
        {
            "start": 816766511,
            "stop": 816766630
        },
        {
            "start": 816766685,
            "stop": 816766724
        },
        {
            "start": 816766763,
            "stop": 816766800
        }
    ]
}