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=1442
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=1443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1441",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1442,
    "results": [
        {
            "start": 855951049,
            "stop": 855952463
        },
        {
            "start": 855952466,
            "stop": 855952783
        },
        {
            "start": 855952786,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954977
        },
        {
            "start": 855955232,
            "stop": 855955306
        },
        {
            "start": 856005511,
            "stop": 856013457
        },
        {
            "start": 856013460,
            "stop": 856013503
        },
        {
            "start": 856013506,
            "stop": 856013681
        },
        {
            "start": 856013684,
            "stop": 856014969
        },
        {
            "start": 856014972,
            "stop": 856015024
        },
        {
            "start": 856015030,
            "stop": 856015289
        },
        {
            "start": 856015292,
            "stop": 856015329
        },
        {
            "start": 856015334,
            "stop": 856015398
        },
        {
            "start": 856015401,
            "stop": 856015403
        },
        {
            "start": 856015406,
            "stop": 856015409
        },
        {
            "start": 856015413,
            "stop": 856015428
        },
        {
            "start": 856015434,
            "stop": 856015435
        },
        {
            "start": 856015440,
            "stop": 856015446
        },
        {
            "start": 856015450,
            "stop": 856015451
        },
        {
            "start": 856015454,
            "stop": 856015470
        }
    ]
}