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=9877
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=9878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9876",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9877,
    "results": [
        {
            "start": 874397969,
            "stop": 874397980
        },
        {
            "start": 874397981,
            "stop": 874397993
        },
        {
            "start": 874397994,
            "stop": 874397997
        },
        {
            "start": 874397998,
            "stop": 874398015
        },
        {
            "start": 874398016,
            "stop": 874398027
        },
        {
            "start": 874398028,
            "stop": 874398050
        },
        {
            "start": 874398051,
            "stop": 874398063
        },
        {
            "start": 874398064,
            "stop": 874398068
        },
        {
            "start": 874398069,
            "stop": 874398071
        },
        {
            "start": 874398072,
            "stop": 874398104
        },
        {
            "start": 874398106,
            "stop": 874400817
        },
        {
            "start": 874400821,
            "stop": 874400908
        },
        {
            "start": 874400913,
            "stop": 874400915
        },
        {
            "start": 874400918,
            "stop": 874401034
        },
        {
            "start": 874401037,
            "stop": 874401039
        },
        {
            "start": 874401042,
            "stop": 874401430
        },
        {
            "start": 874401434,
            "stop": 874401442
        },
        {
            "start": 874401446,
            "stop": 874401490
        },
        {
            "start": 874402396,
            "stop": 874404340
        },
        {
            "start": 874404343,
            "stop": 874407357
        }
    ]
}