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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=105",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 106,
    "results": [
        {
            "start": 817554016,
            "stop": 817554022
        },
        {
            "start": 817554026,
            "stop": 817554032
        },
        {
            "start": 817554050,
            "stop": 817554070
        },
        {
            "start": 817554083,
            "stop": 817554089
        },
        {
            "start": 817554108,
            "stop": 817554343
        },
        {
            "start": 817554366,
            "stop": 817554449
        },
        {
            "start": 817554655,
            "stop": 817554660
        },
        {
            "start": 817554664,
            "stop": 817555112
        },
        {
            "start": 817555119,
            "stop": 817558109
        },
        {
            "start": 817558116,
            "stop": 817558160
        },
        {
            "start": 817558164,
            "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
        }
    ]
}