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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=21",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 22,
    "results": [
        {
            "start": 817795283,
            "stop": 817821611
        },
        {
            "start": 817822357,
            "stop": 817824113
        },
        {
            "start": 817824119,
            "stop": 817824905
        },
        {
            "start": 817827309,
            "stop": 817844246
        },
        {
            "start": 817844247,
            "stop": 817852414
        },
        {
            "start": 817855011,
            "stop": 817876587
        },
        {
            "start": 817876594,
            "stop": 817911867
        },
        {
            "start": 817911873,
            "stop": 817915254
        },
        {
            "start": 817938329,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817949884
        },
        {
            "start": 817949891,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817968967
        },
        {
            "start": 817968974,
            "stop": 818012238
        },
        {
            "start": 818019228,
            "stop": 818019920
        },
        {
            "start": 818025019,
            "stop": 818027480
        },
        {
            "start": 818030253,
            "stop": 818034378
        },
        {
            "start": 818035138,
            "stop": 818047350
        },
        {
            "start": 818047351,
            "stop": 818059319
        },
        {
            "start": 818060900,
            "stop": 818068489
        },
        {
            "start": 818069674,
            "stop": 818073843
        }
    ]
}