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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=130",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 131,
    "results": [
        {
            "start": 816827447,
            "stop": 816827449
        },
        {
            "start": 816827454,
            "stop": 816827514
        },
        {
            "start": 816827543,
            "stop": 816827544
        },
        {
            "start": 816827549,
            "stop": 816827559
        },
        {
            "start": 816827564,
            "stop": 816827578
        },
        {
            "start": 816827585,
            "stop": 816827598
        },
        {
            "start": 816827614,
            "stop": 816827660
        },
        {
            "start": 816827668,
            "stop": 816827674
        },
        {
            "start": 816827681,
            "stop": 816827682
        },
        {
            "start": 816827687,
            "stop": 816827699
        },
        {
            "start": 816827726,
            "stop": 816827727
        },
        {
            "start": 816827733,
            "stop": 816827754
        },
        {
            "start": 816827759,
            "stop": 816827768
        },
        {
            "start": 816827776,
            "stop": 816827792
        },
        {
            "start": 816827798,
            "stop": 816827801
        },
        {
            "start": 816827804,
            "stop": 816827809
        },
        {
            "start": 816827813,
            "stop": 816827817
        },
        {
            "start": 816827821,
            "stop": 816827840
        },
        {
            "start": 816827846,
            "stop": 816827892
        },
        {
            "start": 816827897,
            "stop": 816827966
        }
    ]
}