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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=26",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 27,
    "results": [
        {
            "start": 821185825,
            "stop": 821185862
        },
        {
            "start": 821185986,
            "stop": 821186641
        },
        {
            "start": 821186877,
            "stop": 821187902
        },
        {
            "start": 821197359,
            "stop": 821198059
        },
        {
            "start": 821230099,
            "stop": 821230226
        },
        {
            "start": 821231549,
            "stop": 821237815
        },
        {
            "start": 821240242,
            "stop": 821243172
        },
        {
            "start": 821245030,
            "stop": 821247615
        },
        {
            "start": 821247730,
            "stop": 821247872
        },
        {
            "start": 821247985,
            "stop": 821253130
        },
        {
            "start": 821253217,
            "stop": 821253926
        },
        {
            "start": 821254008,
            "stop": 821263623
        },
        {
            "start": 821264481,
            "stop": 821268392
        },
        {
            "start": 821268462,
            "stop": 821268632
        },
        {
            "start": 821268715,
            "stop": 821269476
        },
        {
            "start": 821269585,
            "stop": 821273228
        },
        {
            "start": 821273346,
            "stop": 821278717
        },
        {
            "start": 821279684,
            "stop": 821284154
        },
        {
            "start": 821289620,
            "stop": 821289863
        },
        {
            "start": 821290046,
            "stop": 821290827
        }
    ]
}