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=9774
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=9775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9773",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9774,
    "results": [
        {
            "start": 873721056,
            "stop": 873721057
        },
        {
            "start": 873721059,
            "stop": 873721061
        },
        {
            "start": 873721062,
            "stop": 873721063
        },
        {
            "start": 873721065,
            "stop": 873721066
        },
        {
            "start": 873721069,
            "stop": 873721071
        },
        {
            "start": 873721072,
            "stop": 873721073
        },
        {
            "start": 873721075,
            "stop": 873721078
        },
        {
            "start": 873721079,
            "stop": 873721082
        },
        {
            "start": 873721084,
            "stop": 873721090
        },
        {
            "start": 873721094,
            "stop": 873721095
        },
        {
            "start": 873721097,
            "stop": 873721102
        },
        {
            "start": 873721104,
            "stop": 873721106
        },
        {
            "start": 873721109,
            "stop": 873721111
        },
        {
            "start": 873721112,
            "stop": 873721117
        },
        {
            "start": 873721118,
            "stop": 873721119
        },
        {
            "start": 873721120,
            "stop": 873721123
        },
        {
            "start": 873721127,
            "stop": 873721129
        },
        {
            "start": 873721130,
            "stop": 873721135
        },
        {
            "start": 873721136,
            "stop": 873721137
        },
        {
            "start": 873721144,
            "stop": 873721146
        }
    ]
}