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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=201",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 202,
    "results": [
        {
            "start": 843053301,
            "stop": 843053302
        },
        {
            "start": 843053796,
            "stop": 843067033
        },
        {
            "start": 843067049,
            "stop": 843067051
        },
        {
            "start": 843067150,
            "stop": 843067689
        },
        {
            "start": 843067765,
            "stop": 843071593
        },
        {
            "start": 843071615,
            "stop": 843071616
        },
        {
            "start": 843073276,
            "stop": 843075177
        },
        {
            "start": 843078038,
            "stop": 843080713
        },
        {
            "start": 843080717,
            "stop": 843080718
        },
        {
            "start": 843082088,
            "stop": 843095833
        },
        {
            "start": 843095840,
            "stop": 843095842
        },
        {
            "start": 843096434,
            "stop": 843116353
        },
        {
            "start": 843116381,
            "stop": 843116382
        },
        {
            "start": 843117690,
            "stop": 843121633
        },
        {
            "start": 843121649,
            "stop": 843121652
        },
        {
            "start": 843122569,
            "stop": 843142023
        },
        {
            "start": 843142902,
            "stop": 843154665
        },
        {
            "start": 843155516,
            "stop": 843168578
        },
        {
            "start": 843172697,
            "stop": 843196933
        },
        {
            "start": 843196959,
            "stop": 843196960
        }
    ]
}