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_CAT3/segments?format=api&page=5004
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=5005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5003",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5004,
    "results": [
        {
            "start": 874542394,
            "stop": 874542514
        },
        {
            "start": 874542521,
            "stop": 874542552
        },
        {
            "start": 874542559,
            "stop": 874542701
        },
        {
            "start": 874542709,
            "stop": 874542752
        },
        {
            "start": 874542759,
            "stop": 874542766
        },
        {
            "start": 874542773,
            "stop": 874542822
        },
        {
            "start": 874542829,
            "stop": 874543129
        },
        {
            "start": 874543136,
            "stop": 874543215
        },
        {
            "start": 874543222,
            "stop": 874543240
        },
        {
            "start": 874543247,
            "stop": 874543283
        },
        {
            "start": 874543290,
            "stop": 874543341
        },
        {
            "start": 874543348,
            "stop": 874543373
        },
        {
            "start": 874543380,
            "stop": 874543383
        },
        {
            "start": 874543390,
            "stop": 874543401
        },
        {
            "start": 874543408,
            "stop": 874543423
        },
        {
            "start": 874543430,
            "stop": 874543435
        },
        {
            "start": 874543442,
            "stop": 874543542
        },
        {
            "start": 874543549,
            "stop": 874543551
        },
        {
            "start": 874543559,
            "stop": 874543563
        },
        {
            "start": 874543571,
            "stop": 874543591
        }
    ]
}