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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=162",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 163,
    "results": [
        {
            "start": 819103649,
            "stop": 819103732
        },
        {
            "start": 819103739,
            "stop": 819103766
        },
        {
            "start": 819103773,
            "stop": 819103842
        },
        {
            "start": 819103849,
            "stop": 819103934
        },
        {
            "start": 819103941,
            "stop": 819103968
        },
        {
            "start": 819103975,
            "stop": 819104100
        },
        {
            "start": 819104107,
            "stop": 819104186
        },
        {
            "start": 819104194,
            "stop": 819109797
        },
        {
            "start": 819109825,
            "stop": 819111096
        },
        {
            "start": 819111125,
            "stop": 819114662
        },
        {
            "start": 819114693,
            "stop": 819114744
        },
        {
            "start": 819114773,
            "stop": 819114848
        },
        {
            "start": 819114913,
            "stop": 819115327
        },
        {
            "start": 819115356,
            "stop": 819115391
        },
        {
            "start": 819115420,
            "stop": 819115621
        },
        {
            "start": 819115650,
            "stop": 819118370
        },
        {
            "start": 819118378,
            "stop": 819118761
        },
        {
            "start": 819118805,
            "stop": 819120411
        },
        {
            "start": 819120418,
            "stop": 819120481
        },
        {
            "start": 819120561,
            "stop": 819121011
        }
    ]
}