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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=182",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 183,
    "results": [
        {
            "start": 816843984,
            "stop": 816843987
        },
        {
            "start": 816843991,
            "stop": 816843993
        },
        {
            "start": 816843996,
            "stop": 816844010
        },
        {
            "start": 816844014,
            "stop": 816844017
        },
        {
            "start": 816844023,
            "stop": 816844025
        },
        {
            "start": 816844030,
            "stop": 816844032
        },
        {
            "start": 816844037,
            "stop": 816844039
        },
        {
            "start": 816844043,
            "stop": 816844047
        },
        {
            "start": 816844051,
            "stop": 816844069
        },
        {
            "start": 816844072,
            "stop": 816844079
        },
        {
            "start": 816844083,
            "stop": 816844087
        },
        {
            "start": 816844092,
            "stop": 816844129
        },
        {
            "start": 816844135,
            "stop": 816844137
        },
        {
            "start": 816844142,
            "stop": 816844144
        },
        {
            "start": 816844149,
            "stop": 816844206
        },
        {
            "start": 816844210,
            "stop": 816844211
        },
        {
            "start": 816844217,
            "stop": 816844218
        },
        {
            "start": 816844224,
            "stop": 816844318
        },
        {
            "start": 816844322,
            "stop": 816844365
        },
        {
            "start": 816844369,
            "stop": 816844381
        }
    ]
}