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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=114",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 115,
    "results": [
        {
            "start": 821379440,
            "stop": 821379560
        },
        {
            "start": 821379879,
            "stop": 821380299
        },
        {
            "start": 821380561,
            "stop": 821380681
        },
        {
            "start": 821383546,
            "stop": 821383666
        },
        {
            "start": 821390860,
            "stop": 821390950
        },
        {
            "start": 821395566,
            "stop": 821395626
        },
        {
            "start": 821395835,
            "stop": 821395955
        },
        {
            "start": 821396292,
            "stop": 821396412
        },
        {
            "start": 821398199,
            "stop": 821398439
        },
        {
            "start": 821398607,
            "stop": 821398727
        },
        {
            "start": 821399028,
            "stop": 821399088
        },
        {
            "start": 821399450,
            "stop": 821399990
        },
        {
            "start": 821400161,
            "stop": 821400581
        },
        {
            "start": 821400750,
            "stop": 821400870
        },
        {
            "start": 821401051,
            "stop": 821401111
        },
        {
            "start": 821401295,
            "stop": 821402615
        },
        {
            "start": 821402772,
            "stop": 821403912
        },
        {
            "start": 821404077,
            "stop": 821405157
        },
        {
            "start": 821405466,
            "stop": 821405646
        },
        {
            "start": 821406000,
            "stop": 821406120
        }
    ]
}