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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5665",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5666,
    "results": [
        {
            "start": 874546062,
            "stop": 874546099
        },
        {
            "start": 874546105,
            "stop": 874546122
        },
        {
            "start": 874546125,
            "stop": 874546126
        },
        {
            "start": 874546129,
            "stop": 874546156
        },
        {
            "start": 874546159,
            "stop": 874546171
        },
        {
            "start": 874546174,
            "stop": 874546179
        },
        {
            "start": 874546182,
            "stop": 874546214
        },
        {
            "start": 874546218,
            "stop": 874546234
        },
        {
            "start": 874546237,
            "stop": 874546241
        },
        {
            "start": 874546247,
            "stop": 874546313
        },
        {
            "start": 874546316,
            "stop": 874546347
        },
        {
            "start": 874546351,
            "stop": 874546376
        },
        {
            "start": 874546379,
            "stop": 874546383
        },
        {
            "start": 874546386,
            "stop": 874546394
        },
        {
            "start": 874546397,
            "stop": 874546531
        },
        {
            "start": 874546535,
            "stop": 874546560
        },
        {
            "start": 874546563,
            "stop": 874546606
        },
        {
            "start": 874546610,
            "stop": 874546630
        },
        {
            "start": 874546634,
            "stop": 874546661
        },
        {
            "start": 874546669,
            "stop": 874546676
        }
    ]
}