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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=224",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 225,
    "results": [
        {
            "start": 958383342,
            "stop": 958385216
        },
        {
            "start": 958387183,
            "stop": 958392449
        },
        {
            "start": 958397460,
            "stop": 958399936
        },
        {
            "start": 958400128,
            "stop": 958401265
        },
        {
            "start": 958403641,
            "stop": 958407977
        },
        {
            "start": 958411544,
            "stop": 958413851
        },
        {
            "start": 958413862,
            "stop": 958413888
        },
        {
            "start": 958413907,
            "stop": 958414394
        },
        {
            "start": 958414398,
            "stop": 958414415
        },
        {
            "start": 958414418,
            "stop": 958414657
        },
        {
            "start": 958414660,
            "stop": 958414661
        },
        {
            "start": 958414665,
            "stop": 958414670
        },
        {
            "start": 958414674,
            "stop": 958414682
        },
        {
            "start": 958414688,
            "stop": 958414689
        },
        {
            "start": 958414692,
            "stop": 958414750
        },
        {
            "start": 958414753,
            "stop": 958414771
        },
        {
            "start": 958414774,
            "stop": 958414821
        },
        {
            "start": 958414827,
            "stop": 958414830
        },
        {
            "start": 958414833,
            "stop": 958414955
        },
        {
            "start": 958414959,
            "stop": 958415204
        }
    ]
}