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=10131
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=10132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10130",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10131,
    "results": [
        {
            "start": 873557881,
            "stop": 873558057
        },
        {
            "start": 873558064,
            "stop": 873558480
        },
        {
            "start": 873581487,
            "stop": 873581790
        },
        {
            "start": 873582630,
            "stop": 873582667
        },
        {
            "start": 873582684,
            "stop": 873582693
        },
        {
            "start": 873582710,
            "stop": 873582771
        },
        {
            "start": 873582797,
            "stop": 873583800
        },
        {
            "start": 873583817,
            "stop": 873584047
        },
        {
            "start": 873584054,
            "stop": 873584060
        },
        {
            "start": 873584077,
            "stop": 873585093
        },
        {
            "start": 873585110,
            "stop": 873585687
        },
        {
            "start": 873585704,
            "stop": 873585721
        },
        {
            "start": 873585738,
            "stop": 873586055
        },
        {
            "start": 873586175,
            "stop": 873586546
        },
        {
            "start": 873586563,
            "stop": 873586589
        },
        {
            "start": 873586606,
            "stop": 873586786
        },
        {
            "start": 873586803,
            "stop": 873586830
        },
        {
            "start": 873586847,
            "stop": 873586961
        },
        {
            "start": 873586978,
            "stop": 873587234
        },
        {
            "start": 873587251,
            "stop": 873587737
        }
    ]
}