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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9765",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9766,
    "results": [
        {
            "start": 873606223,
            "stop": 873606251
        },
        {
            "start": 873606255,
            "stop": 873606380
        },
        {
            "start": 873606384,
            "stop": 873606387
        },
        {
            "start": 873606390,
            "stop": 873606399
        },
        {
            "start": 873606402,
            "stop": 873611111
        },
        {
            "start": 873613659,
            "stop": 873613660
        },
        {
            "start": 873613675,
            "stop": 873613676
        },
        {
            "start": 873613695,
            "stop": 873613697
        },
        {
            "start": 873613709,
            "stop": 873613710
        },
        {
            "start": 873613714,
            "stop": 873613715
        },
        {
            "start": 873613717,
            "stop": 873613718
        },
        {
            "start": 873613725,
            "stop": 873613726
        },
        {
            "start": 873613730,
            "stop": 873613731
        },
        {
            "start": 873613736,
            "stop": 873613737
        },
        {
            "start": 873613742,
            "stop": 873613745
        },
        {
            "start": 873613746,
            "stop": 873613748
        },
        {
            "start": 873613749,
            "stop": 873613756
        },
        {
            "start": 873613758,
            "stop": 873613759
        },
        {
            "start": 873613762,
            "stop": 873613771
        },
        {
            "start": 873613772,
            "stop": 873613774
        }
    ]
}