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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=40",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 41,
    "results": [
        {
            "start": 821020094,
            "stop": 821020109
        },
        {
            "start": 821020127,
            "stop": 821020153
        },
        {
            "start": 821020161,
            "stop": 821020192
        },
        {
            "start": 821020196,
            "stop": 821020407
        },
        {
            "start": 821020410,
            "stop": 821020421
        },
        {
            "start": 821020430,
            "stop": 821020519
        },
        {
            "start": 821020523,
            "stop": 821020670
        },
        {
            "start": 821020699,
            "stop": 821020704
        },
        {
            "start": 821020708,
            "stop": 821020729
        },
        {
            "start": 821020733,
            "stop": 821020762
        },
        {
            "start": 821020766,
            "stop": 821020772
        },
        {
            "start": 821020776,
            "stop": 821020796
        },
        {
            "start": 821020801,
            "stop": 821020850
        },
        {
            "start": 821020864,
            "stop": 821020879
        },
        {
            "start": 821020883,
            "stop": 821020898
        },
        {
            "start": 821020902,
            "stop": 821020956
        },
        {
            "start": 821020960,
            "stop": 821020999
        },
        {
            "start": 821021007,
            "stop": 821021033
        },
        {
            "start": 821021037,
            "stop": 821021071
        },
        {
            "start": 821021085,
            "stop": 821021140
        }
    ]
}