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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=30",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 31,
    "results": [
        {
            "start": 821184279,
            "stop": 821184282
        },
        {
            "start": 821184438,
            "stop": 821184449
        },
        {
            "start": 821184577,
            "stop": 821184665
        },
        {
            "start": 821184981,
            "stop": 821185566
        },
        {
            "start": 821185825,
            "stop": 821185862
        },
        {
            "start": 821185986,
            "stop": 821186641
        },
        {
            "start": 821186877,
            "stop": 821187853
        },
        {
            "start": 821197359,
            "stop": 821198029
        },
        {
            "start": 821230099,
            "stop": 821230196
        },
        {
            "start": 821231549,
            "stop": 821237773
        },
        {
            "start": 821240242,
            "stop": 821243142
        },
        {
            "start": 821245030,
            "stop": 821247615
        },
        {
            "start": 821247730,
            "stop": 821247853
        },
        {
            "start": 821247870,
            "stop": 821247872
        },
        {
            "start": 821247985,
            "stop": 821253130
        },
        {
            "start": 821253217,
            "stop": 821253913
        },
        {
            "start": 821253924,
            "stop": 821253926
        },
        {
            "start": 821254008,
            "stop": 821263573
        },
        {
            "start": 821263620,
            "stop": 821263623
        },
        {
            "start": 821264481,
            "stop": 821268373
        }
    ]
}