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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1384",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1385,
    "results": [
        {
            "start": 843890353,
            "stop": 843890364
        },
        {
            "start": 843890367,
            "stop": 843890371
        },
        {
            "start": 843890374,
            "stop": 843890376
        },
        {
            "start": 843890379,
            "stop": 843890392
        },
        {
            "start": 843890395,
            "stop": 843890402
        },
        {
            "start": 843890405,
            "stop": 843890409
        },
        {
            "start": 843890412,
            "stop": 843890413
        },
        {
            "start": 843890417,
            "stop": 843890425
        },
        {
            "start": 843890428,
            "stop": 843890441
        },
        {
            "start": 843890444,
            "stop": 843890455
        },
        {
            "start": 843890458,
            "stop": 843890464
        },
        {
            "start": 843890473,
            "stop": 843890498
        },
        {
            "start": 843890502,
            "stop": 843890504
        },
        {
            "start": 843890507,
            "stop": 843890538
        },
        {
            "start": 843890541,
            "stop": 843890589
        },
        {
            "start": 843890592,
            "stop": 843890605
        },
        {
            "start": 843890608,
            "stop": 843890611
        },
        {
            "start": 843890614,
            "stop": 843890650
        },
        {
            "start": 843890653,
            "stop": 843890681
        },
        {
            "start": 843890684,
            "stop": 843890689
        }
    ]
}