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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=69",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 70,
    "results": [
        {
            "start": 942592343,
            "stop": 942592434
        },
        {
            "start": 942593397,
            "stop": 942595670
        },
        {
            "start": 942598728,
            "stop": 942601805
        },
        {
            "start": 942658377,
            "stop": 942675713
        },
        {
            "start": 942676886,
            "stop": 942677169
        },
        {
            "start": 942680676,
            "stop": 942681127
        },
        {
            "start": 942733339,
            "stop": 942743433
        },
        {
            "start": 942746012,
            "stop": 942756531
        },
        {
            "start": 942772479,
            "stop": 942772818
        },
        {
            "start": 942775198,
            "stop": 942777001
        },
        {
            "start": 942794119,
            "stop": 942794153
        },
        {
            "start": 942798616,
            "stop": 942798715
        },
        {
            "start": 942801048,
            "stop": 942803400
        },
        {
            "start": 942810518,
            "stop": 942812249
        },
        {
            "start": 942812955,
            "stop": 942826091
        },
        {
            "start": 942826099,
            "stop": 942826254
        },
        {
            "start": 942830360,
            "stop": 942830412
        },
        {
            "start": 942830416,
            "stop": 942830571
        },
        {
            "start": 942830580,
            "stop": 942830583
        },
        {
            "start": 942830587,
            "stop": 942830613
        }
    ]
}