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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=183",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 184,
    "results": [
        {
            "start": 956583631,
            "stop": 956583711
        },
        {
            "start": 956583714,
            "stop": 956583745
        },
        {
            "start": 956583750,
            "stop": 956583823
        },
        {
            "start": 956583830,
            "stop": 956583856
        },
        {
            "start": 956583864,
            "stop": 956583865
        },
        {
            "start": 956583871,
            "stop": 956583954
        },
        {
            "start": 956583958,
            "stop": 956583959
        },
        {
            "start": 956583962,
            "stop": 956583969
        },
        {
            "start": 956583971,
            "stop": 956583973
        },
        {
            "start": 956583978,
            "stop": 956584188
        },
        {
            "start": 956584190,
            "stop": 956584251
        },
        {
            "start": 956584259,
            "stop": 956584274
        },
        {
            "start": 956584278,
            "stop": 956584285
        },
        {
            "start": 956584291,
            "stop": 956584305
        },
        {
            "start": 956584307,
            "stop": 956584477
        },
        {
            "start": 956584482,
            "stop": 956584507
        },
        {
            "start": 956584510,
            "stop": 956584511
        },
        {
            "start": 956584523,
            "stop": 956584525
        },
        {
            "start": 956584532,
            "stop": 956584553
        },
        {
            "start": 956584556,
            "stop": 956584562
        }
    ]
}