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=5187
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=5188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5186",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5187,
    "results": [
        {
            "start": 873836179,
            "stop": 873836584
        },
        {
            "start": 873836593,
            "stop": 873836679
        },
        {
            "start": 873836686,
            "stop": 873836713
        },
        {
            "start": 873836720,
            "stop": 873836752
        },
        {
            "start": 873836766,
            "stop": 873836875
        },
        {
            "start": 873836883,
            "stop": 873836972
        },
        {
            "start": 873836986,
            "stop": 873837039
        },
        {
            "start": 873837047,
            "stop": 873837406
        },
        {
            "start": 873837414,
            "stop": 873837420
        },
        {
            "start": 873837428,
            "stop": 873837625
        },
        {
            "start": 873837634,
            "stop": 873837687
        },
        {
            "start": 873837695,
            "stop": 873838094
        },
        {
            "start": 873838101,
            "stop": 873838267
        },
        {
            "start": 873838283,
            "stop": 873838296
        },
        {
            "start": 873838304,
            "stop": 873838374
        },
        {
            "start": 873838381,
            "stop": 873838424
        },
        {
            "start": 873838432,
            "stop": 873838489
        },
        {
            "start": 873838497,
            "stop": 873838686
        },
        {
            "start": 873838694,
            "stop": 873839121
        },
        {
            "start": 873839129,
            "stop": 873839135
        }
    ]
}