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=9884
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=9885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9883",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9884,
    "results": [
        {
            "start": 874441766,
            "stop": 874441771
        },
        {
            "start": 874441774,
            "stop": 874441792
        },
        {
            "start": 874441796,
            "stop": 874441801
        },
        {
            "start": 874441806,
            "stop": 874441811
        },
        {
            "start": 874441814,
            "stop": 874441827
        },
        {
            "start": 874441830,
            "stop": 874441836
        },
        {
            "start": 874441839,
            "stop": 874441878
        },
        {
            "start": 874441881,
            "stop": 874441884
        },
        {
            "start": 874441888,
            "stop": 874441914
        },
        {
            "start": 874441917,
            "stop": 874441924
        },
        {
            "start": 874441927,
            "stop": 874442218
        },
        {
            "start": 874442221,
            "stop": 874442369
        },
        {
            "start": 874442372,
            "stop": 874442648
        },
        {
            "start": 874442651,
            "stop": 874442712
        },
        {
            "start": 874442715,
            "stop": 874442825
        },
        {
            "start": 874442828,
            "stop": 874442965
        },
        {
            "start": 874442968,
            "stop": 874442973
        },
        {
            "start": 874442976,
            "stop": 874443044
        },
        {
            "start": 874443047,
            "stop": 874443220
        },
        {
            "start": 874443223,
            "stop": 874443247
        }
    ]
}