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_STOCH_CAT1/segments?format=api&page=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=101",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 102,
    "results": [
        {
            "start": 816671705,
            "stop": 816671706
        },
        {
            "start": 816671709,
            "stop": 816671829
        },
        {
            "start": 816671834,
            "stop": 816671840
        },
        {
            "start": 816671844,
            "stop": 816671920
        },
        {
            "start": 816671924,
            "stop": 816671928
        },
        {
            "start": 816671932,
            "stop": 816671935
        },
        {
            "start": 816671948,
            "stop": 816671956
        },
        {
            "start": 816671966,
            "stop": 816672220
        },
        {
            "start": 816672223,
            "stop": 816672226
        },
        {
            "start": 816672229,
            "stop": 816672241
        },
        {
            "start": 816672244,
            "stop": 816672362
        },
        {
            "start": 816672366,
            "stop": 816672428
        },
        {
            "start": 816672431,
            "stop": 816672896
        },
        {
            "start": 816672899,
            "stop": 816672901
        },
        {
            "start": 816672904,
            "stop": 816672914
        },
        {
            "start": 816672917,
            "stop": 816672936
        },
        {
            "start": 816672941,
            "stop": 816672996
        },
        {
            "start": 816672999,
            "stop": 816673068
        },
        {
            "start": 816673072,
            "stop": 816673100
        },
        {
            "start": 816673103,
            "stop": 816673345
        }
    ]
}