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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=5",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 6,
    "results": [
        {
            "start": 815298629,
            "stop": 815298684
        },
        {
            "start": 815298688,
            "stop": 815298786
        },
        {
            "start": 815298795,
            "stop": 815298840
        },
        {
            "start": 815298843,
            "stop": 815298932
        },
        {
            "start": 815298936,
            "stop": 815298941
        },
        {
            "start": 815298945,
            "stop": 815299015
        },
        {
            "start": 815299019,
            "stop": 815299024
        },
        {
            "start": 815299028,
            "stop": 815299049
        },
        {
            "start": 815299057,
            "stop": 815299083
        },
        {
            "start": 815299092,
            "stop": 815299116
        },
        {
            "start": 815299120,
            "stop": 815299164
        },
        {
            "start": 815299168,
            "stop": 815299311
        },
        {
            "start": 815299315,
            "stop": 815299365
        },
        {
            "start": 815299368,
            "stop": 815299409
        },
        {
            "start": 815299422,
            "stop": 815299428
        },
        {
            "start": 815299432,
            "stop": 815299437
        },
        {
            "start": 815299446,
            "stop": 815299457
        },
        {
            "start": 815299461,
            "stop": 815299471
        },
        {
            "start": 815299475,
            "stop": 815299486
        },
        {
            "start": 815299490,
            "stop": 815299505
        }
    ]
}