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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=327",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 328,
    "results": [
        {
            "start": 938687108,
            "stop": 938687112
        },
        {
            "start": 938687116,
            "stop": 938687119
        },
        {
            "start": 938687140,
            "stop": 938687141
        },
        {
            "start": 938687144,
            "stop": 938687146
        },
        {
            "start": 938687174,
            "stop": 938687176
        },
        {
            "start": 938687179,
            "stop": 938687181
        },
        {
            "start": 938687183,
            "stop": 938687189
        },
        {
            "start": 938687255,
            "stop": 938687280
        },
        {
            "start": 938687290,
            "stop": 938687305
        },
        {
            "start": 938698765,
            "stop": 938698781
        },
        {
            "start": 938698785,
            "stop": 938698790
        },
        {
            "start": 938698794,
            "stop": 938698893
        },
        {
            "start": 938698896,
            "stop": 938698920
        },
        {
            "start": 938698923,
            "stop": 938699210
        },
        {
            "start": 938699214,
            "stop": 938699285
        },
        {
            "start": 938699305,
            "stop": 938699306
        },
        {
            "start": 938703016,
            "stop": 938703020
        },
        {
            "start": 938703026,
            "stop": 938703038
        },
        {
            "start": 938703055,
            "stop": 938703057
        },
        {
            "start": 938703060,
            "stop": 938703063
        }
    ]
}