Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=106",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 107,
    "results": [
        {
            "start": 817562583,
            "stop": 817562608
        },
        {
            "start": 817562661,
            "stop": 817562681
        },
        {
            "start": 817562685,
            "stop": 817562783
        },
        {
            "start": 817562830,
            "stop": 817562835
        },
        {
            "start": 817562863,
            "stop": 817562874
        },
        {
            "start": 817562887,
            "stop": 817562896
        },
        {
            "start": 817562926,
            "stop": 817562936
        },
        {
            "start": 817562989,
            "stop": 817563074
        },
        {
            "start": 817563097,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564359
        },
        {
            "start": 817564636,
            "stop": 817565053
        },
        {
            "start": 817567168,
            "stop": 817568506
        },
        {
            "start": 817568538,
            "stop": 817568544
        },
        {
            "start": 817568558,
            "stop": 817568789
        },
        {
            "start": 817568794,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569362
        },
        {
            "start": 817569391,
            "stop": 817569541
        },
        {
            "start": 817569723,
            "stop": 817570038
        },
        {
            "start": 817570047,
            "stop": 817570058
        }
    ]
}