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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=249",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 250,
    "results": [
        {
            "start": 821518897,
            "stop": 821519026
        },
        {
            "start": 821519029,
            "stop": 821519116
        },
        {
            "start": 821519119,
            "stop": 821519230
        },
        {
            "start": 821519247,
            "stop": 821520295
        },
        {
            "start": 821521226,
            "stop": 821521248
        },
        {
            "start": 821521251,
            "stop": 821522617
        },
        {
            "start": 821522620,
            "stop": 821522702
        },
        {
            "start": 821522705,
            "stop": 821522724
        },
        {
            "start": 821524082,
            "stop": 821524147
        },
        {
            "start": 821524150,
            "stop": 821524609
        },
        {
            "start": 821524613,
            "stop": 821524998
        },
        {
            "start": 821525002,
            "stop": 821525109
        },
        {
            "start": 821525114,
            "stop": 821525421
        },
        {
            "start": 821525424,
            "stop": 821526465
        },
        {
            "start": 821526468,
            "stop": 821526638
        },
        {
            "start": 821526642,
            "stop": 821526827
        },
        {
            "start": 821526831,
            "stop": 821526963
        },
        {
            "start": 821526966,
            "stop": 821527110
        },
        {
            "start": 821527170,
            "stop": 821527210
        },
        {
            "start": 821527213,
            "stop": 821527339
        }
    ]
}