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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1059",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1060,
    "results": [
        {
            "start": 873212633,
            "stop": 873212783
        },
        {
            "start": 873213112,
            "stop": 873213412
        },
        {
            "start": 873213578,
            "stop": 873213638
        },
        {
            "start": 873215560,
            "stop": 873215620
        },
        {
            "start": 873220333,
            "stop": 873220513
        },
        {
            "start": 873220702,
            "stop": 873220762
        },
        {
            "start": 873221035,
            "stop": 873221455
        },
        {
            "start": 873221612,
            "stop": 873222752
        },
        {
            "start": 873224347,
            "stop": 873224527
        },
        {
            "start": 873224687,
            "stop": 873224927
        },
        {
            "start": 873225102,
            "stop": 873225402
        },
        {
            "start": 873225774,
            "stop": 873226314
        },
        {
            "start": 873226492,
            "stop": 873226672
        },
        {
            "start": 873227030,
            "stop": 873227150
        },
        {
            "start": 873227316,
            "stop": 873227376
        },
        {
            "start": 873229739,
            "stop": 873229799
        },
        {
            "start": 873230203,
            "stop": 873230623
        },
        {
            "start": 873231935,
            "stop": 873231995
        },
        {
            "start": 873232255,
            "stop": 873233755
        },
        {
            "start": 873233953,
            "stop": 873234253
        }
    ]
}