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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5028",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5029,
    "results": [
        {
            "start": 872485371,
            "stop": 872485500
        },
        {
            "start": 872485652,
            "stop": 872485695
        },
        {
            "start": 872485734,
            "stop": 872485846
        },
        {
            "start": 872485863,
            "stop": 872486420
        },
        {
            "start": 872486456,
            "stop": 872486499
        },
        {
            "start": 872486535,
            "stop": 872486590
        },
        {
            "start": 872486627,
            "stop": 872486831
        },
        {
            "start": 872486898,
            "stop": 872488601
        },
        {
            "start": 872488618,
            "stop": 872490683
        },
        {
            "start": 872490723,
            "stop": 872490952
        },
        {
            "start": 872490969,
            "stop": 872491168
        },
        {
            "start": 872491233,
            "stop": 872491260
        },
        {
            "start": 872491298,
            "stop": 872492042
        },
        {
            "start": 872492078,
            "stop": 872492106
        },
        {
            "start": 872492152,
            "stop": 872493578
        },
        {
            "start": 872493595,
            "stop": 872493662
        },
        {
            "start": 872493699,
            "stop": 872493718
        },
        {
            "start": 872493801,
            "stop": 872495909
        },
        {
            "start": 872495926,
            "stop": 872496043
        },
        {
            "start": 872496079,
            "stop": 872496263
        }
    ]
}