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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=187",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 188,
    "results": [
        {
            "start": 816846664,
            "stop": 816846667
        },
        {
            "start": 816846671,
            "stop": 816846675
        },
        {
            "start": 816846679,
            "stop": 816846693
        },
        {
            "start": 816846699,
            "stop": 816846703
        },
        {
            "start": 816846708,
            "stop": 816846736
        },
        {
            "start": 816846742,
            "stop": 816846800
        },
        {
            "start": 816846807,
            "stop": 816846819
        },
        {
            "start": 816846828,
            "stop": 816846881
        },
        {
            "start": 816846886,
            "stop": 816846917
        },
        {
            "start": 816846922,
            "stop": 816846929
        },
        {
            "start": 816846943,
            "stop": 816846944
        },
        {
            "start": 816846949,
            "stop": 816846951
        },
        {
            "start": 816846955,
            "stop": 816846957
        },
        {
            "start": 816846962,
            "stop": 816846964
        },
        {
            "start": 816846968,
            "stop": 816846972
        },
        {
            "start": 816846976,
            "stop": 816846978
        },
        {
            "start": 816846986,
            "stop": 816846992
        },
        {
            "start": 816846998,
            "stop": 816846999
        },
        {
            "start": 816847007,
            "stop": 816847008
        },
        {
            "start": 816847011,
            "stop": 816847014
        }
    ]
}