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=2281
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=2282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2280",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2281,
    "results": [
        {
            "start": 873765660,
            "stop": 873765688
        },
        {
            "start": 873765707,
            "stop": 873767283
        },
        {
            "start": 873767302,
            "stop": 873767638
        },
        {
            "start": 873767666,
            "stop": 873768851
        },
        {
            "start": 873768870,
            "stop": 873770869
        },
        {
            "start": 873770888,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873771344
        },
        {
            "start": 873771374,
            "stop": 873771591
        },
        {
            "start": 873771626,
            "stop": 873771680
        },
        {
            "start": 873771726,
            "stop": 873772406
        },
        {
            "start": 873772436,
            "stop": 873773615
        },
        {
            "start": 873773634,
            "stop": 873773953
        },
        {
            "start": 873773972,
            "stop": 873775073
        },
        {
            "start": 873775101,
            "stop": 873775103
        },
        {
            "start": 873775129,
            "stop": 873775185
        },
        {
            "start": 873775215,
            "stop": 873775633
        },
        {
            "start": 873775652,
            "stop": 873775872
        },
        {
            "start": 873775908,
            "stop": 873775987
        },
        {
            "start": 873776007,
            "stop": 873776158
        },
        {
            "start": 873776177,
            "stop": 873776318
        }
    ]
}