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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=215",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 216,
    "results": [
        {
            "start": 933805877,
            "stop": 933807615
        },
        {
            "start": 933807855,
            "stop": 933807869
        },
        {
            "start": 933807989,
            "stop": 933808289
        },
        {
            "start": 933808409,
            "stop": 933809369
        },
        {
            "start": 933809429,
            "stop": 933809609
        },
        {
            "start": 933809729,
            "stop": 933809849
        },
        {
            "start": 933809909,
            "stop": 933809969
        },
        {
            "start": 933810149,
            "stop": 933810178
        },
        {
            "start": 933810182,
            "stop": 933810329
        },
        {
            "start": 933810389,
            "stop": 933810390
        },
        {
            "start": 933816782,
            "stop": 933816869
        },
        {
            "start": 933816929,
            "stop": 933818361
        },
        {
            "start": 933818366,
            "stop": 933818415
        },
        {
            "start": 933818655,
            "stop": 933818679
        },
        {
            "start": 933818799,
            "stop": 933819937
        },
        {
            "start": 933819942,
            "stop": 933820086
        },
        {
            "start": 933822603,
            "stop": 933822629
        },
        {
            "start": 933822689,
            "stop": 933823049
        },
        {
            "start": 933823169,
            "stop": 933823170
        },
        {
            "start": 933823175,
            "stop": 933823709
        }
    ]
}