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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9907",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9908,
    "results": [
        {
            "start": 874636773,
            "stop": 874637028
        },
        {
            "start": 874637031,
            "stop": 874637544
        },
        {
            "start": 874637547,
            "stop": 874638023
        },
        {
            "start": 874638027,
            "stop": 874638044
        },
        {
            "start": 874638047,
            "stop": 874638259
        },
        {
            "start": 874638263,
            "stop": 874638323
        },
        {
            "start": 874638327,
            "stop": 874638342
        },
        {
            "start": 874638347,
            "stop": 874639478
        },
        {
            "start": 874639481,
            "stop": 874639694
        },
        {
            "start": 874639710,
            "stop": 874639768
        },
        {
            "start": 874639771,
            "stop": 874639841
        },
        {
            "start": 874639845,
            "stop": 874640149
        },
        {
            "start": 874640155,
            "stop": 874640643
        },
        {
            "start": 874640648,
            "stop": 874640702
        },
        {
            "start": 874640705,
            "stop": 874640713
        },
        {
            "start": 874640716,
            "stop": 874640934
        },
        {
            "start": 874640937,
            "stop": 874640943
        },
        {
            "start": 874640953,
            "stop": 874641897
        },
        {
            "start": 874641900,
            "stop": 874642231
        },
        {
            "start": 874642237,
            "stop": 874642283
        }
    ]
}