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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=340",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 341,
    "results": [
        {
            "start": 951437227,
            "stop": 951447485
        },
        {
            "start": 951449877,
            "stop": 951508518
        },
        {
            "start": 951515291,
            "stop": 951519552
        },
        {
            "start": 951519616,
            "stop": 951521983
        },
        {
            "start": 951522017,
            "stop": 951522740
        },
        {
            "start": 951524562,
            "stop": 951538800
        },
        {
            "start": 951541190,
            "stop": 951543755
        },
        {
            "start": 951547648,
            "stop": 951555269
        },
        {
            "start": 951559942,
            "stop": 951580821
        },
        {
            "start": 951610420,
            "stop": 951624588
        },
        {
            "start": 951634380,
            "stop": 951635619
        },
        {
            "start": 951637017,
            "stop": 951648472
        },
        {
            "start": 951652071,
            "stop": 951666271
        },
        {
            "start": 951672374,
            "stop": 951674702
        },
        {
            "start": 951674709,
            "stop": 951675926
        },
        {
            "start": 951683097,
            "stop": 951686695
        },
        {
            "start": 951686701,
            "stop": 951688085
        },
        {
            "start": 951688096,
            "stop": 951688438
        },
        {
            "start": 951688444,
            "stop": 951689616
        },
        {
            "start": 951689637,
            "stop": 951689965
        }
    ]
}