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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=66",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 67,
    "results": [
        {
            "start": 953554666,
            "stop": 953576893
        },
        {
            "start": 953578036,
            "stop": 953581696
        },
        {
            "start": 953594006,
            "stop": 953596010
        },
        {
            "start": 953597321,
            "stop": 953602973
        },
        {
            "start": 953616439,
            "stop": 953626856
        },
        {
            "start": 953628882,
            "stop": 953635913
        },
        {
            "start": 953637441,
            "stop": 953647628
        },
        {
            "start": 953647697,
            "stop": 953647756
        },
        {
            "start": 953647829,
            "stop": 953651093
        },
        {
            "start": 953652548,
            "stop": 953654550
        },
        {
            "start": 953670172,
            "stop": 953670464
        },
        {
            "start": 953672117,
            "stop": 953674618
        },
        {
            "start": 953677854,
            "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": 953835677
        },
        {
            "start": 953839193,
            "stop": 953846710
        }
    ]
}