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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=158",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 159,
    "results": [
        {
            "start": 971015969,
            "stop": 971019147
        },
        {
            "start": 971020528,
            "stop": 971031722
        },
        {
            "start": 971033483,
            "stop": 971036166
        },
        {
            "start": 971070670,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971096310
        },
        {
            "start": 971100276,
            "stop": 971102877
        },
        {
            "start": 971106036,
            "stop": 971109103
        },
        {
            "start": 971111591,
            "stop": 971118684
        },
        {
            "start": 971148261,
            "stop": 971173359
        },
        {
            "start": 971174955,
            "stop": 971175628
        },
        {
            "start": 971176298,
            "stop": 971182105
        },
        {
            "start": 971183474,
            "stop": 971185236
        },
        {
            "start": 971187089,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971191774
        },
        {
            "start": 971194285,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235726
        },
        {
            "start": 971236637,
            "stop": 971246728
        },
        {
            "start": 971249658,
            "stop": 971253048
        },
        {
            "start": 971255079,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971262201
        }
    ]
}