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=1484
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=1485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1483",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1484,
    "results": [
        {
            "start": 864254897,
            "stop": 864257735
        },
        {
            "start": 864258636,
            "stop": 864314469
        },
        {
            "start": 864314883,
            "stop": 864325495
        },
        {
            "start": 864326713,
            "stop": 864328184
        },
        {
            "start": 864328440,
            "stop": 864339265
        },
        {
            "start": 864339496,
            "stop": 864340126
        },
        {
            "start": 864340411,
            "stop": 864340465
        },
        {
            "start": 864340934,
            "stop": 864341333
        },
        {
            "start": 864341336,
            "stop": 864341340
        },
        {
            "start": 864341343,
            "stop": 864341374
        },
        {
            "start": 864341616,
            "stop": 864341627
        },
        {
            "start": 864341630,
            "stop": 864341781
        },
        {
            "start": 864341784,
            "stop": 864341812
        },
        {
            "start": 864341815,
            "stop": 864341873
        },
        {
            "start": 864353062,
            "stop": 864353230
        },
        {
            "start": 864353418,
            "stop": 864363193
        },
        {
            "start": 864363196,
            "stop": 864418221
        },
        {
            "start": 864418375,
            "stop": 864434067
        },
        {
            "start": 864435507,
            "stop": 864464147
        },
        {
            "start": 864464497,
            "stop": 864486132
        }
    ]
}