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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=216",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 217,
    "results": [
        {
            "start": 844909550,
            "stop": 844912213
        },
        {
            "start": 844913398,
            "stop": 844916713
        },
        {
            "start": 844916748,
            "stop": 844916749
        },
        {
            "start": 844917218,
            "stop": 844922264
        },
        {
            "start": 844922368,
            "stop": 844922461
        },
        {
            "start": 844923326,
            "stop": 844923433
        },
        {
            "start": 844923445,
            "stop": 844923446
        },
        {
            "start": 844923553,
            "stop": 844924333
        },
        {
            "start": 844924335,
            "stop": 844924336
        },
        {
            "start": 844926354,
            "stop": 844929793
        },
        {
            "start": 844929794,
            "stop": 844929796
        },
        {
            "start": 844931750,
            "stop": 844941224
        },
        {
            "start": 844941303,
            "stop": 844945316
        },
        {
            "start": 844945471,
            "stop": 844958113
        },
        {
            "start": 844958136,
            "stop": 844958138
        },
        {
            "start": 844958515,
            "stop": 844966515
        },
        {
            "start": 844966576,
            "stop": 844967886
        },
        {
            "start": 844983789,
            "stop": 844995373
        },
        {
            "start": 844995397,
            "stop": 844995399
        },
        {
            "start": 844995733,
            "stop": 844996513
        }
    ]
}