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=1387
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=1388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1386",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1387,
    "results": [
        {
            "start": 843891051,
            "stop": 843891060
        },
        {
            "start": 843891064,
            "stop": 843891067
        },
        {
            "start": 843891070,
            "stop": 843891072
        },
        {
            "start": 843891076,
            "stop": 843891077
        },
        {
            "start": 843891080,
            "stop": 843891081
        },
        {
            "start": 843891084,
            "stop": 843891088
        },
        {
            "start": 843891091,
            "stop": 843891098
        },
        {
            "start": 843891101,
            "stop": 843891123
        },
        {
            "start": 843891126,
            "stop": 843891131
        },
        {
            "start": 843891135,
            "stop": 843891136
        },
        {
            "start": 843891144,
            "stop": 843891151
        },
        {
            "start": 843891156,
            "stop": 843891164
        },
        {
            "start": 843891168,
            "stop": 843891170
        },
        {
            "start": 843891174,
            "stop": 843891176
        },
        {
            "start": 843891179,
            "stop": 843891189
        },
        {
            "start": 843891192,
            "stop": 843891216
        },
        {
            "start": 843891219,
            "stop": 843891231
        },
        {
            "start": 843891234,
            "stop": 843891257
        },
        {
            "start": 843891260,
            "stop": 843891274
        },
        {
            "start": 843891277,
            "stop": 843891286
        }
    ]
}