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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4576",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4574",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4575,
    "results": [
        {
            "start": 968943707,
            "stop": 968943863
        },
        {
            "start": 968943866,
            "stop": 968944020
        },
        {
            "start": 968944038,
            "stop": 968944205
        },
        {
            "start": 968944222,
            "stop": 968944547
        },
        {
            "start": 968944550,
            "stop": 968944553
        },
        {
            "start": 968944556,
            "stop": 968944624
        },
        {
            "start": 968944627,
            "stop": 968944655
        },
        {
            "start": 968944658,
            "stop": 968945106
        },
        {
            "start": 968945109,
            "stop": 968945163
        },
        {
            "start": 968945166,
            "stop": 968945285
        },
        {
            "start": 968945288,
            "stop": 968945561
        },
        {
            "start": 968945564,
            "stop": 968945581
        },
        {
            "start": 968945584,
            "stop": 968945911
        },
        {
            "start": 968945914,
            "stop": 968945948
        },
        {
            "start": 968945954,
            "stop": 968946138
        },
        {
            "start": 968946141,
            "stop": 968946184
        },
        {
            "start": 968946187,
            "stop": 968946761
        },
        {
            "start": 968946764,
            "stop": 968946789
        },
        {
            "start": 968946792,
            "stop": 968947216
        },
        {
            "start": 968947219,
            "stop": 968947663
        }
    ]
}