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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=41",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 42,
    "results": [
        {
            "start": 822194173,
            "stop": 822194598
        },
        {
            "start": 822194599,
            "stop": 822195193
        },
        {
            "start": 822195212,
            "stop": 822195214
        },
        {
            "start": 822195262,
            "stop": 822198340
        },
        {
            "start": 822202482,
            "stop": 822202965
        },
        {
            "start": 822203096,
            "stop": 822206353
        },
        {
            "start": 822206384,
            "stop": 822206385
        },
        {
            "start": 822206532,
            "stop": 822208753
        },
        {
            "start": 822208758,
            "stop": 822208760
        },
        {
            "start": 822208937,
            "stop": 822209156
        },
        {
            "start": 822209607,
            "stop": 822211018
        },
        {
            "start": 822212954,
            "stop": 822224346
        },
        {
            "start": 822224556,
            "stop": 822227632
        },
        {
            "start": 822227755,
            "stop": 822228313
        },
        {
            "start": 822229453,
            "stop": 822230533
        },
        {
            "start": 822231409,
            "stop": 822231495
        },
        {
            "start": 822231805,
            "stop": 822231862
        },
        {
            "start": 822237059,
            "stop": 822239812
        },
        {
            "start": 822241958,
            "stop": 822243553
        },
        {
            "start": 822246511,
            "stop": 822248473
        }
    ]
}