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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=894",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=892",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 893,
    "results": [
        {
            "start": 971106036,
            "stop": 971109103
        },
        {
            "start": 971111591,
            "stop": 971118684
        },
        {
            "start": 971148261,
            "stop": 971148396
        },
        {
            "start": 971148402,
            "stop": 971148407
        },
        {
            "start": 971148413,
            "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": 971237296
        },
        {
            "start": 971237302,
            "stop": 971243181
        },
        {
            "start": 971243187,
            "stop": 971244868
        },
        {
            "start": 971244874,
            "stop": 971246208
        },
        {
            "start": 971246214,
            "stop": 971246728
        },
        {
            "start": 971249658,
            "stop": 971249911
        },
        {
            "start": 971249917,
            "stop": 971250077
        },
        {
            "start": 971250083,
            "stop": 971251280
        }
    ]
}