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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=103",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 104,
    "results": [
        {
            "start": 818168237,
            "stop": 818168241
        },
        {
            "start": 818168449,
            "stop": 818168450
        },
        {
            "start": 818168564,
            "stop": 818168565
        },
        {
            "start": 818168600,
            "stop": 818168601
        },
        {
            "start": 818168634,
            "stop": 818168636
        },
        {
            "start": 818168644,
            "stop": 818168645
        },
        {
            "start": 818168655,
            "stop": 818168656
        },
        {
            "start": 818168720,
            "stop": 818168721
        },
        {
            "start": 818168780,
            "stop": 818168781
        },
        {
            "start": 818168803,
            "stop": 818168804
        },
        {
            "start": 818168882,
            "stop": 818168883
        },
        {
            "start": 818168961,
            "stop": 818168965
        },
        {
            "start": 818169149,
            "stop": 818169150
        },
        {
            "start": 818169167,
            "stop": 818169172
        },
        {
            "start": 818169300,
            "stop": 818169303
        },
        {
            "start": 818169343,
            "stop": 818169345
        },
        {
            "start": 818169409,
            "stop": 818169414
        },
        {
            "start": 818169487,
            "stop": 818169488
        },
        {
            "start": 818169560,
            "stop": 818169562
        },
        {
            "start": 818169625,
            "stop": 818169626
        }
    ]
}