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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=152",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 153,
    "results": [
        {
            "start": 971111591,
            "stop": 971118684
        },
        {
            "start": 971148261,
            "stop": 971173254
        },
        {
            "start": 971174955,
            "stop": 971175523
        },
        {
            "start": 971176298,
            "stop": 971182000
        },
        {
            "start": 971183474,
            "stop": 971185131
        },
        {
            "start": 971187089,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971191669
        },
        {
            "start": 971194285,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235621
        },
        {
            "start": 971236637,
            "stop": 971246623
        },
        {
            "start": 971249658,
            "stop": 971252943
        },
        {
            "start": 971255079,
            "stop": 971258884
        },
        {
            "start": 971260714,
            "stop": 971262096
        },
        {
            "start": 971263048,
            "stop": 971263100
        },
        {
            "start": 971268432,
            "stop": 971268962
        },
        {
            "start": 971271445,
            "stop": 971271963
        },
        {
            "start": 971287005,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287771
        },
        {
            "start": 971289096,
            "stop": 971291520
        }
    ]
}