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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=25",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 26,
    "results": [
        {
            "start": 817554543,
            "stop": 817554549
        },
        {
            "start": 817554557,
            "stop": 817554563
        },
        {
            "start": 817554567,
            "stop": 817554650
        },
        {
            "start": 817554654,
            "stop": 817554660
        },
        {
            "start": 817554664,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560983
        },
        {
            "start": 817561006,
            "stop": 817561021
        },
        {
            "start": 817561025,
            "stop": 817562046
        },
        {
            "start": 817562050,
            "stop": 817562065
        },
        {
            "start": 817562069,
            "stop": 817562153
        },
        {
            "start": 817562157,
            "stop": 817562288
        },
        {
            "start": 817562296,
            "stop": 817562375
        },
        {
            "start": 817562379,
            "stop": 817562540
        },
        {
            "start": 817562549,
            "stop": 817562569
        },
        {
            "start": 817562573,
            "stop": 817562579
        },
        {
            "start": 817562583,
            "stop": 817562608
        },
        {
            "start": 817562661,
            "stop": 817562681
        },
        {
            "start": 817562685,
            "stop": 817562783
        },
        {
            "start": 817562830,
            "stop": 817562835
        },
        {
            "start": 817562863,
            "stop": 817562874
        }
    ]
}