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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=155",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 156,
    "results": [
        {
            "start": 816849520,
            "stop": 816849606
        },
        {
            "start": 816849611,
            "stop": 816849612
        },
        {
            "start": 816849620,
            "stop": 816849622
        },
        {
            "start": 816849627,
            "stop": 816849641
        },
        {
            "start": 816849646,
            "stop": 816849648
        },
        {
            "start": 816849654,
            "stop": 816849655
        },
        {
            "start": 816849661,
            "stop": 816849700
        },
        {
            "start": 816849704,
            "stop": 816849707
        },
        {
            "start": 816849712,
            "stop": 816849724
        },
        {
            "start": 816849731,
            "stop": 816849749
        },
        {
            "start": 816849755,
            "stop": 816849756
        },
        {
            "start": 816849763,
            "stop": 816849810
        },
        {
            "start": 816849815,
            "stop": 816849819
        },
        {
            "start": 816849824,
            "stop": 816849854
        },
        {
            "start": 816849865,
            "stop": 816849899
        },
        {
            "start": 816849918,
            "stop": 816849920
        },
        {
            "start": 816849925,
            "stop": 816849932
        },
        {
            "start": 816849937,
            "stop": 816849940
        },
        {
            "start": 816849944,
            "stop": 816849962
        },
        {
            "start": 816849981,
            "stop": 816849982
        }
    ]
}