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=9767
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=9768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9766",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9767,
    "results": [
        {
            "start": 873613775,
            "stop": 873613776
        },
        {
            "start": 873613777,
            "stop": 873613790
        },
        {
            "start": 873613792,
            "stop": 873613796
        },
        {
            "start": 873613797,
            "stop": 873613808
        },
        {
            "start": 873613809,
            "stop": 873613814
        },
        {
            "start": 873613815,
            "stop": 873613817
        },
        {
            "start": 873613818,
            "stop": 873613887
        },
        {
            "start": 873613888,
            "stop": 873613935
        },
        {
            "start": 873613936,
            "stop": 873617538
        },
        {
            "start": 873617541,
            "stop": 873620520
        },
        {
            "start": 873621830,
            "stop": 873623984
        },
        {
            "start": 873623987,
            "stop": 873624731
        },
        {
            "start": 873624734,
            "stop": 873625849
        },
        {
            "start": 873625852,
            "stop": 873626248
        },
        {
            "start": 873626251,
            "stop": 873626309
        },
        {
            "start": 873626312,
            "stop": 873626313
        },
        {
            "start": 873626316,
            "stop": 873627190
        },
        {
            "start": 873627193,
            "stop": 873627497
        },
        {
            "start": 873627500,
            "stop": 873631817
        },
        {
            "start": 873658252,
            "stop": 873658253
        }
    ]
}