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=9904
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=9905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9903",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9904,
    "results": [
        {
            "start": 874594338,
            "stop": 874594382
        },
        {
            "start": 874594385,
            "stop": 874594387
        },
        {
            "start": 874594390,
            "stop": 874594391
        },
        {
            "start": 874594394,
            "stop": 874594583
        },
        {
            "start": 874594586,
            "stop": 874595029
        },
        {
            "start": 874595034,
            "stop": 874595040
        },
        {
            "start": 874595043,
            "stop": 874595089
        },
        {
            "start": 874595093,
            "stop": 874595102
        },
        {
            "start": 874595105,
            "stop": 874595159
        },
        {
            "start": 874595160,
            "stop": 874595168
        },
        {
            "start": 874595170,
            "stop": 874595191
        },
        {
            "start": 874595192,
            "stop": 874595202
        },
        {
            "start": 874595203,
            "stop": 874595204
        },
        {
            "start": 874595206,
            "stop": 874595224
        },
        {
            "start": 874601066,
            "stop": 874601506
        },
        {
            "start": 874601511,
            "stop": 874601595
        },
        {
            "start": 874601598,
            "stop": 874601883
        },
        {
            "start": 874601886,
            "stop": 874602596
        },
        {
            "start": 874602599,
            "stop": 874602620
        },
        {
            "start": 874602623,
            "stop": 874602660
        }
    ]
}