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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=695",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=693",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 694,
    "results": [
        {
            "start": 950968761,
            "stop": 950969076
        },
        {
            "start": 951023846,
            "stop": 951024882
        },
        {
            "start": 951024888,
            "stop": 951026011
        },
        {
            "start": 951026017,
            "stop": 951026586
        },
        {
            "start": 951026592,
            "stop": 951026933
        },
        {
            "start": 951026939,
            "stop": 951026943
        },
        {
            "start": 951026949,
            "stop": 951027498
        },
        {
            "start": 951027504,
            "stop": 951027554
        },
        {
            "start": 951027560,
            "stop": 951031504
        },
        {
            "start": 951031510,
            "stop": 951035104
        },
        {
            "start": 951035110,
            "stop": 951035981
        },
        {
            "start": 951035987,
            "stop": 951037652
        },
        {
            "start": 951037658,
            "stop": 951038376
        },
        {
            "start": 951038382,
            "stop": 951039203
        },
        {
            "start": 951039209,
            "stop": 951039622
        },
        {
            "start": 951039628,
            "stop": 951039706
        },
        {
            "start": 951039712,
            "stop": 951041002
        },
        {
            "start": 951041008,
            "stop": 951042176
        },
        {
            "start": 951042182,
            "stop": 951042551
        },
        {
            "start": 951042557,
            "stop": 951042922
        }
    ]
}