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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=659",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 660,
    "results": [
        {
            "start": 856828009,
            "stop": 856845750
        },
        {
            "start": 856845818,
            "stop": 856876842
        },
        {
            "start": 856877534,
            "stop": 856900928
        },
        {
            "start": 856911183,
            "stop": 856911396
        },
        {
            "start": 856912144,
            "stop": 856912770
        },
        {
            "start": 856913978,
            "stop": 856922496
        },
        {
            "start": 856923007,
            "stop": 856928235
        },
        {
            "start": 856928716,
            "stop": 856987267
        },
        {
            "start": 856988224,
            "stop": 857006970
        },
        {
            "start": 857008616,
            "stop": 857022136
        },
        {
            "start": 857022157,
            "stop": 857094667
        },
        {
            "start": 857095976,
            "stop": 857131824
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "stop": 857168995
        },
        {
            "start": 857169815,
            "stop": 857170059
        },
        {
            "start": 857170485,
            "stop": 857215114
        },
        {
            "start": 857216649,
            "stop": 857229901
        },
        {
            "start": 857231076,
            "stop": 857232138
        },
        {
            "start": 857249580,
            "stop": 857258006
        },
        {
            "start": 857258539,
            "stop": 857262625
        }
    ]
}