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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=101",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 102,
    "results": [
        {
            "start": 827865447,
            "stop": 827865449
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865613
        },
        {
            "start": 827865646,
            "stop": 827865648
        },
        {
            "start": 827865698,
            "stop": 827865922
        },
        {
            "start": 827865923,
            "stop": 827867296
        },
        {
            "start": 827867328,
            "stop": 827867456
        },
        {
            "start": 827867488,
            "stop": 827867893
        },
        {
            "start": 827867911,
            "stop": 827867913
        },
        {
            "start": 827867971,
            "stop": 827868853
        },
        {
            "start": 827869825,
            "stop": 827872640
        },
        {
            "start": 827872672,
            "stop": 827874124
        },
        {
            "start": 827874208,
            "stop": 827874314
        },
        {
            "start": 827874318,
            "stop": 827876353
        },
        {
            "start": 827877372,
            "stop": 827877536
        },
        {
            "start": 827877568,
            "stop": 827882096
        },
        {
            "start": 827883085,
            "stop": 827887491
        },
        {
            "start": 827887494,
            "stop": 827903456
        },
        {
            "start": 827903488,
            "stop": 827906171
        },
        {
            "start": 827906406,
            "stop": 827913728
        }
    ]
}