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/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/S5/timelines/H1_CW_CAT1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=224",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 225,
    "results": [
        {
            "start": 843722665,
            "stop": 843729356
        },
        {
            "start": 843737393,
            "stop": 843742076
        },
        {
            "start": 843743588,
            "stop": 843744493
        },
        {
            "start": 843748080,
            "stop": 843753433
        },
        {
            "start": 843754498,
            "stop": 843754577
        },
        {
            "start": 843755782,
            "stop": 843765756
        },
        {
            "start": 843766575,
            "stop": 843848833
        },
        {
            "start": 843848840,
            "stop": 843848842
        },
        {
            "start": 843849275,
            "stop": 843858208
        },
        {
            "start": 843861819,
            "stop": 843887052
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843990246
        },
        {
            "start": 843990364,
            "stop": 844020944
        },
        {
            "start": 844026247,
            "stop": 844027628
        },
        {
            "start": 844030158,
            "stop": 844036645
        },
        {
            "start": 844037886,
            "stop": 844097047
        }
    ]
}