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=2104
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=2105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2103",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2104,
    "results": [
        {
            "start": 871916652,
            "stop": 871916670
        },
        {
            "start": 871916687,
            "stop": 871916787
        },
        {
            "start": 871916804,
            "stop": 871916806
        },
        {
            "start": 871916842,
            "stop": 871916863
        },
        {
            "start": 871916918,
            "stop": 871916931
        },
        {
            "start": 871916980,
            "stop": 871917048
        },
        {
            "start": 871917160,
            "stop": 871917175
        },
        {
            "start": 871917192,
            "stop": 871917206
        },
        {
            "start": 871917223,
            "stop": 871917252
        },
        {
            "start": 871917291,
            "stop": 871917311
        },
        {
            "start": 871917328,
            "stop": 871917466
        },
        {
            "start": 871917483,
            "stop": 871917496
        },
        {
            "start": 871917529,
            "stop": 871917922
        },
        {
            "start": 871917939,
            "stop": 871918006
        },
        {
            "start": 871918025,
            "stop": 871918123
        },
        {
            "start": 871918141,
            "stop": 871919123
        },
        {
            "start": 871919143,
            "stop": 871919457
        },
        {
            "start": 871920417,
            "stop": 871920435
        },
        {
            "start": 871920538,
            "stop": 871920553
        },
        {
            "start": 871920570,
            "stop": 871920620
        }
    ]
}