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/H1_STOCH_CAT1/segments?format=api&page=1381
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1380",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1381,
    "results": [
        {
            "start": 843869171,
            "stop": 843869241
        },
        {
            "start": 843869244,
            "stop": 843869247
        },
        {
            "start": 843869250,
            "stop": 843869259
        },
        {
            "start": 843869262,
            "stop": 843869336
        },
        {
            "start": 843869339,
            "stop": 843869426
        },
        {
            "start": 843869430,
            "stop": 843869431
        },
        {
            "start": 843869434,
            "stop": 843869482
        },
        {
            "start": 843869486,
            "stop": 843869518
        },
        {
            "start": 843869521,
            "stop": 843869627
        },
        {
            "start": 843869630,
            "stop": 843869642
        },
        {
            "start": 843869645,
            "stop": 843869646
        },
        {
            "start": 843869649,
            "stop": 843869675
        },
        {
            "start": 843869678,
            "stop": 843869732
        },
        {
            "start": 843869735,
            "stop": 843869749
        },
        {
            "start": 843869756,
            "stop": 843869975
        },
        {
            "start": 843869978,
            "stop": 843870014
        },
        {
            "start": 843870017,
            "stop": 843870042
        },
        {
            "start": 843870046,
            "stop": 843870179
        },
        {
            "start": 843870182,
            "stop": 843870185
        },
        {
            "start": 843870188,
            "stop": 843870228
        }
    ]
}