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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=163",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 164,
    "results": [
        {
            "start": 932914572,
            "stop": 932914620
        },
        {
            "start": 932914639,
            "stop": 932914707
        },
        {
            "start": 932914762,
            "stop": 932914776
        },
        {
            "start": 932914795,
            "stop": 932914821
        },
        {
            "start": 932914845,
            "stop": 932914854
        },
        {
            "start": 932914882,
            "stop": 932914936
        },
        {
            "start": 932915001,
            "stop": 932915014
        },
        {
            "start": 932915054,
            "stop": 932915135
        },
        {
            "start": 932915156,
            "stop": 932915158
        },
        {
            "start": 932915194,
            "stop": 932915218
        },
        {
            "start": 932915246,
            "stop": 932915265
        },
        {
            "start": 932915315,
            "stop": 932915327
        },
        {
            "start": 932915332,
            "stop": 932916065
        },
        {
            "start": 932916221,
            "stop": 932916450
        },
        {
            "start": 932916476,
            "stop": 932916479
        },
        {
            "start": 932916545,
            "stop": 932916890
        },
        {
            "start": 932916922,
            "stop": 932916955
        },
        {
            "start": 932916980,
            "stop": 932917004
        },
        {
            "start": 932917009,
            "stop": 932917618
        },
        {
            "start": 932917619,
            "stop": 932917851
        }
    ]
}