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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=398",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 399,
    "results": [
        {
            "start": 818419621,
            "stop": 818419623
        },
        {
            "start": 818419628,
            "stop": 818419675
        },
        {
            "start": 818419681,
            "stop": 818419684
        },
        {
            "start": 818419687,
            "stop": 818419780
        },
        {
            "start": 818419788,
            "stop": 818419951
        },
        {
            "start": 818419956,
            "stop": 818419968
        },
        {
            "start": 818419977,
            "stop": 818419979
        },
        {
            "start": 818422070,
            "stop": 818426367
        },
        {
            "start": 818426369,
            "stop": 818426725
        },
        {
            "start": 818426727,
            "stop": 818426728
        },
        {
            "start": 818426730,
            "stop": 818427086
        },
        {
            "start": 818427088,
            "stop": 818427089
        },
        {
            "start": 818427090,
            "stop": 818427180
        },
        {
            "start": 818468830,
            "stop": 818469747
        },
        {
            "start": 818469750,
            "stop": 818470064
        },
        {
            "start": 818470066,
            "stop": 818471683
        },
        {
            "start": 818471685,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480369
        },
        {
            "start": 818491814,
            "stop": 818494949
        },
        {
            "start": 818494951,
            "stop": 818495100
        }
    ]
}