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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=122",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 123,
    "results": [
        {
            "start": 847923176,
            "stop": 847945289
        },
        {
            "start": 847948952,
            "stop": 847955159
        },
        {
            "start": 847957964,
            "stop": 847998459
        },
        {
            "start": 847998486,
            "stop": 847999201
        },
        {
            "start": 847999231,
            "stop": 848014670
        },
        {
            "start": 848015190,
            "stop": 848069439
        },
        {
            "start": 848069640,
            "stop": 848084416
        },
        {
            "start": 848084653,
            "stop": 848086108
        },
        {
            "start": 848086162,
            "stop": 848086250
        },
        {
            "start": 848089484,
            "stop": 848095229
        },
        {
            "start": 848097046,
            "stop": 848133959
        },
        {
            "start": 848134448,
            "stop": 848156007
        },
        {
            "start": 848157776,
            "stop": 848159616
        },
        {
            "start": 848160253,
            "stop": 848161552
        },
        {
            "start": 848194707,
            "stop": 848229946
        },
        {
            "start": 848231622,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848288972,
            "stop": 848320291
        },
        {
            "start": 848322255,
            "stop": 848326120
        },
        {
            "start": 848326949,
            "stop": 848330601
        }
    ]
}