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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8808",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8809,
    "results": [
        {
            "start": 872485354,
            "stop": 872485500
        },
        {
            "start": 872485542,
            "stop": 872485554
        },
        {
            "start": 872485605,
            "stop": 872485616
        },
        {
            "start": 872485635,
            "stop": 872485695
        },
        {
            "start": 872485717,
            "stop": 872485847
        },
        {
            "start": 872485864,
            "stop": 872486420
        },
        {
            "start": 872486439,
            "stop": 872486499
        },
        {
            "start": 872486518,
            "stop": 872486590
        },
        {
            "start": 872486610,
            "stop": 872486831
        },
        {
            "start": 872486850,
            "stop": 872486862
        },
        {
            "start": 872486881,
            "stop": 872488601
        },
        {
            "start": 872488618,
            "stop": 872490683
        },
        {
            "start": 872490706,
            "stop": 872490952
        },
        {
            "start": 872490969,
            "stop": 872491168
        },
        {
            "start": 872491216,
            "stop": 872491260
        },
        {
            "start": 872491281,
            "stop": 872492042
        },
        {
            "start": 872492061,
            "stop": 872492106
        },
        {
            "start": 872492135,
            "stop": 872492982
        },
        {
            "start": 872492999,
            "stop": 872493578
        },
        {
            "start": 872493595,
            "stop": 872493662
        }
    ]
}