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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2188",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2189,
    "results": [
        {
            "start": 872485635,
            "stop": 872485695
        },
        {
            "start": 872485717,
            "stop": 872486420
        },
        {
            "start": 872486439,
            "stop": 872486499
        },
        {
            "start": 872486518,
            "stop": 872486590
        },
        {
            "start": 872486610,
            "stop": 872486831
        },
        {
            "start": 872486850,
            "stop": 872486862
        },
        {
            "start": 872486881,
            "stop": 872490683
        },
        {
            "start": 872490706,
            "stop": 872491168
        },
        {
            "start": 872491216,
            "stop": 872491260
        },
        {
            "start": 872491281,
            "stop": 872492042
        },
        {
            "start": 872492061,
            "stop": 872492106
        },
        {
            "start": 872492135,
            "stop": 872493662
        },
        {
            "start": 872493682,
            "stop": 872493718
        },
        {
            "start": 872493784,
            "stop": 872496043
        },
        {
            "start": 872496062,
            "stop": 872496263
        },
        {
            "start": 872496280,
            "stop": 872496315
        },
        {
            "start": 872496332,
            "stop": 872496368
        },
        {
            "start": 872496400,
            "stop": 872496550
        },
        {
            "start": 872496567,
            "stop": 872496583
        },
        {
            "start": 872497895,
            "stop": 872498391
        }
    ]
}