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=9792
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=9793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9791",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9792,
    "results": [
        {
            "start": 873814006,
            "stop": 873814023
        },
        {
            "start": 873814026,
            "stop": 873814039
        },
        {
            "start": 873814040,
            "stop": 873814131
        },
        {
            "start": 873814134,
            "stop": 873814187
        },
        {
            "start": 873814190,
            "stop": 873814342
        },
        {
            "start": 873814345,
            "stop": 873814346
        },
        {
            "start": 873814349,
            "stop": 873814357
        },
        {
            "start": 873814632,
            "stop": 873814840
        },
        {
            "start": 873814843,
            "stop": 873814853
        },
        {
            "start": 873814856,
            "stop": 873814956
        },
        {
            "start": 873814959,
            "stop": 873814975
        },
        {
            "start": 873814976,
            "stop": 873814987
        },
        {
            "start": 873814990,
            "stop": 873814992
        },
        {
            "start": 873814997,
            "stop": 873815002
        },
        {
            "start": 873815005,
            "stop": 873815006
        },
        {
            "start": 873815009,
            "stop": 873815325
        },
        {
            "start": 873815326,
            "stop": 873816218
        },
        {
            "start": 873816219,
            "stop": 873817360
        },
        {
            "start": 873817361,
            "stop": 873817438
        },
        {
            "start": 873817441,
            "stop": 873817601
        }
    ]
}