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=493
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=494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=492",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 493,
    "results": [
        {
            "start": 822544533,
            "stop": 822546082
        },
        {
            "start": 822546090,
            "stop": 822546619
        },
        {
            "start": 822546625,
            "stop": 822546638
        },
        {
            "start": 822546646,
            "stop": 822553286
        },
        {
            "start": 822553287,
            "stop": 822554232
        },
        {
            "start": 822554687,
            "stop": 822576580
        },
        {
            "start": 822577421,
            "stop": 822578854
        },
        {
            "start": 822579651,
            "stop": 822579995
        },
        {
            "start": 822580732,
            "stop": 822584073
        },
        {
            "start": 822584878,
            "stop": 822597070
        },
        {
            "start": 822597077,
            "stop": 822600581
        },
        {
            "start": 822601174,
            "stop": 822605247
        },
        {
            "start": 822605767,
            "stop": 822606521
        },
        {
            "start": 822606671,
            "stop": 822609849
        },
        {
            "start": 822609857,
            "stop": 822610254
        },
        {
            "start": 822611017,
            "stop": 822632870
        },
        {
            "start": 822635811,
            "stop": 822635889
        },
        {
            "start": 822635896,
            "stop": 822636087
        },
        {
            "start": 822636828,
            "stop": 822637043
        },
        {
            "start": 822637051,
            "stop": 822638565
        }
    ]
}