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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=351",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 352,
    "results": [
        {
            "start": 953631278,
            "stop": 953635913
        },
        {
            "start": 953637441,
            "stop": 953647155
        },
        {
            "start": 953647161,
            "stop": 953647628
        },
        {
            "start": 953647697,
            "stop": 953647756
        },
        {
            "start": 953647829,
            "stop": 953648232
        },
        {
            "start": 953648238,
            "stop": 953651093
        },
        {
            "start": 953652548,
            "stop": 953654218
        },
        {
            "start": 953654224,
            "stop": 953654550
        },
        {
            "start": 953670172,
            "stop": 953670464
        },
        {
            "start": 953672117,
            "stop": 953674618
        },
        {
            "start": 953677854,
            "stop": 953679685
        },
        {
            "start": 953679692,
            "stop": 953686237
        },
        {
            "start": 953687731,
            "stop": 953720144
        },
        {
            "start": 953723264,
            "stop": 953744458
        },
        {
            "start": 953747723,
            "stop": 953768714
        },
        {
            "start": 953778450,
            "stop": 953796277
        },
        {
            "start": 953803579,
            "stop": 953821925
        },
        {
            "start": 953826693,
            "stop": 953834901
        },
        {
            "start": 953834906,
            "stop": 953835677
        },
        {
            "start": 953839193,
            "stop": 953846710
        }
    ]
}