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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=147",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 148,
    "results": [
        {
            "start": 969670409,
            "stop": 969670790
        },
        {
            "start": 969670977,
            "stop": 969678052
        },
        {
            "start": 969681562,
            "stop": 969714476
        },
        {
            "start": 969728476,
            "stop": 969729716
        },
        {
            "start": 969732367,
            "stop": 969741255
        },
        {
            "start": 969777780,
            "stop": 969804860
        },
        {
            "start": 969806467,
            "stop": 969810773
        },
        {
            "start": 969812309,
            "stop": 969812409
        },
        {
            "start": 969813670,
            "stop": 969816750
        },
        {
            "start": 969835028,
            "stop": 969837196
        },
        {
            "start": 969839599,
            "stop": 969842453
        },
        {
            "start": 969849919,
            "stop": 969854567
        },
        {
            "start": 969855419,
            "stop": 969883424
        },
        {
            "start": 969885454,
            "stop": 969888023
        },
        {
            "start": 969888750,
            "stop": 969889286
        },
        {
            "start": 969890379,
            "stop": 969890858
        },
        {
            "start": 969890931,
            "stop": 969893023
        },
        {
            "start": 969895912,
            "stop": 969906574
        },
        {
            "start": 969920141,
            "stop": 969924690
        },
        {
            "start": 969925482,
            "stop": 969927951
        }
    ]
}