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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=87",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 88,
    "results": [
        {
            "start": 816614529,
            "stop": 816614664
        },
        {
            "start": 816614667,
            "stop": 816614673
        },
        {
            "start": 816614676,
            "stop": 816614679
        },
        {
            "start": 816614682,
            "stop": 816614683
        },
        {
            "start": 816614686,
            "stop": 816614690
        },
        {
            "start": 816614694,
            "stop": 816614698
        },
        {
            "start": 816614702,
            "stop": 816614709
        },
        {
            "start": 816614713,
            "stop": 816614728
        },
        {
            "start": 816614731,
            "stop": 816614760
        },
        {
            "start": 816614763,
            "stop": 816614793
        },
        {
            "start": 816614800,
            "stop": 816614802
        },
        {
            "start": 816614809,
            "stop": 816614815
        },
        {
            "start": 816614830,
            "stop": 816614831
        },
        {
            "start": 816614836,
            "stop": 816615037
        },
        {
            "start": 816615048,
            "stop": 816615051
        },
        {
            "start": 816615060,
            "stop": 816615067
        },
        {
            "start": 816615074,
            "stop": 816615131
        },
        {
            "start": 816615137,
            "stop": 816615139
        },
        {
            "start": 816615145,
            "stop": 816615193
        },
        {
            "start": 816615197,
            "stop": 816615296
        }
    ]
}