Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1862
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1861",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1862,
    "results": [
        {
            "start": 844196730,
            "stop": 844196745
        },
        {
            "start": 844196750,
            "stop": 844199511
        },
        {
            "start": 844203582,
            "stop": 844206130
        },
        {
            "start": 844206153,
            "stop": 844206172
        },
        {
            "start": 844206178,
            "stop": 844206240
        },
        {
            "start": 844206245,
            "stop": 844223695
        },
        {
            "start": 844223700,
            "stop": 844226890
        },
        {
            "start": 844226895,
            "stop": 844226910
        },
        {
            "start": 844226915,
            "stop": 844244946
        },
        {
            "start": 844246711,
            "stop": 844261682
        },
        {
            "start": 844261688,
            "stop": 844261692
        },
        {
            "start": 844261698,
            "stop": 844261755
        },
        {
            "start": 844261760,
            "stop": 844280422
        },
        {
            "start": 844280428,
            "stop": 844280435
        },
        {
            "start": 844280440,
            "stop": 844280455
        },
        {
            "start": 844280460,
            "stop": 844280477
        },
        {
            "start": 844280483,
            "stop": 844289970
        },
        {
            "start": 844289983,
            "stop": 844289997
        },
        {
            "start": 844290003,
            "stop": 844290072
        },
        {
            "start": 844290078,
            "stop": 844300170
        }
    ]
}