Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=29",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 30,
    "results": [
        {
            "start": 816671705,
            "stop": 816671706
        },
        {
            "start": 816671709,
            "stop": 816671926
        },
        {
            "start": 816671932,
            "stop": 816672013
        },
        {
            "start": 816672016,
            "stop": 816672220
        },
        {
            "start": 816672223,
            "stop": 816672226
        },
        {
            "start": 816672232,
            "stop": 816672241
        },
        {
            "start": 816672244,
            "stop": 816672293
        },
        {
            "start": 816672297,
            "stop": 816672428
        },
        {
            "start": 816672431,
            "stop": 816672625
        },
        {
            "start": 816672628,
            "stop": 816672696
        },
        {
            "start": 816672699,
            "stop": 816672872
        },
        {
            "start": 816672875,
            "stop": 816672896
        },
        {
            "start": 816672899,
            "stop": 816672901
        },
        {
            "start": 816672904,
            "stop": 816672914
        },
        {
            "start": 816672917,
            "stop": 816672936
        },
        {
            "start": 816672940,
            "stop": 816672945
        },
        {
            "start": 816672948,
            "stop": 816672996
        },
        {
            "start": 816673002,
            "stop": 816673100
        },
        {
            "start": 816673103,
            "stop": 816673344
        },
        {
            "start": 816673350,
            "stop": 816673351
        }
    ]
}