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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=154",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 155,
    "results": [
        {
            "start": 931773928,
            "stop": 931773951
        },
        {
            "start": 931773962,
            "stop": 931773984
        },
        {
            "start": 931773990,
            "stop": 931774001
        },
        {
            "start": 931774013,
            "stop": 931774038
        },
        {
            "start": 931774049,
            "stop": 931774134
        },
        {
            "start": 931774140,
            "stop": 931774145
        },
        {
            "start": 931774151,
            "stop": 931774321
        },
        {
            "start": 931774338,
            "stop": 931774360
        },
        {
            "start": 931774372,
            "stop": 931774383
        },
        {
            "start": 931774390,
            "stop": 931774519
        },
        {
            "start": 931774525,
            "stop": 931774545
        },
        {
            "start": 931774551,
            "stop": 931774572
        },
        {
            "start": 931774578,
            "stop": 931774630
        },
        {
            "start": 931774636,
            "stop": 931774653
        },
        {
            "start": 931774659,
            "stop": 931774661
        },
        {
            "start": 931774667,
            "stop": 931774925
        },
        {
            "start": 931774931,
            "stop": 931774990
        },
        {
            "start": 931775005,
            "stop": 931775007
        },
        {
            "start": 931775016,
            "stop": 931775022
        },
        {
            "start": 931775027,
            "stop": 931775038
        }
    ]
}