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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10144",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10145,
    "results": [
        {
            "start": 873723346,
            "stop": 873723347
        },
        {
            "start": 873723357,
            "stop": 873723382
        },
        {
            "start": 873723472,
            "stop": 873723493
        },
        {
            "start": 873723506,
            "stop": 873723537
        },
        {
            "start": 873723551,
            "stop": 873723562
        },
        {
            "start": 873723582,
            "stop": 873723583
        },
        {
            "start": 873723593,
            "stop": 873723618
        },
        {
            "start": 873723690,
            "stop": 873723715
        },
        {
            "start": 873723736,
            "stop": 873723749
        },
        {
            "start": 873723757,
            "stop": 873723773
        },
        {
            "start": 873723788,
            "stop": 873723791
        },
        {
            "start": 873723802,
            "stop": 873723809
        },
        {
            "start": 873723816,
            "stop": 873723823
        },
        {
            "start": 873723834,
            "stop": 873723849
        },
        {
            "start": 873723910,
            "stop": 873723938
        },
        {
            "start": 873723951,
            "stop": 873724027
        },
        {
            "start": 873724039,
            "stop": 873724045
        },
        {
            "start": 873724052,
            "stop": 873724063
        },
        {
            "start": 873724071,
            "stop": 873724094
        },
        {
            "start": 873724106,
            "stop": 873724121
        }
    ]
}