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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=616",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 617,
    "results": [
        {
            "start": 847952376,
            "stop": 847952415
        },
        {
            "start": 847952938,
            "stop": 847954775
        },
        {
            "start": 847957965,
            "stop": 847958156
        },
        {
            "start": 847958174,
            "stop": 847998428
        },
        {
            "start": 848001235,
            "stop": 848004638
        },
        {
            "start": 848005122,
            "stop": 848007108
        },
        {
            "start": 848007125,
            "stop": 848010382
        },
        {
            "start": 848010399,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848030767
        },
        {
            "start": 848030785,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069432
        },
        {
            "start": 848072037,
            "stop": 848086237
        },
        {
            "start": 848088503,
            "stop": 848095212
        },
        {
            "start": 848096268,
            "stop": 848099933
        },
        {
            "start": 848102931,
            "stop": 848116321
        },
        {
            "start": 848117703,
            "stop": 848156008
        },
        {
            "start": 848198645,
            "stop": 848219790
        },
        {
            "start": 848219850,
            "stop": 848219910
        },
        {
            "start": 848219970,
            "stop": 848219978
        },
        {
            "start": 848221955,
            "stop": 848229870
        }
    ]
}