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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=318",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 319,
    "results": [
        {
            "start": 944456837,
            "stop": 944465163
        },
        {
            "start": 944468039,
            "stop": 944470681
        },
        {
            "start": 944470687,
            "stop": 944470697
        },
        {
            "start": 944470703,
            "stop": 944474788
        },
        {
            "start": 944478280,
            "stop": 944493687
        },
        {
            "start": 944493693,
            "stop": 944493865
        },
        {
            "start": 944493875,
            "stop": 944493966
        },
        {
            "start": 944496027,
            "stop": 944497397
        },
        {
            "start": 944500631,
            "stop": 944502209
        },
        {
            "start": 944505477,
            "stop": 944508925
        },
        {
            "start": 944536113,
            "stop": 944538750
        },
        {
            "start": 944539836,
            "stop": 944545070
        },
        {
            "start": 944551614,
            "stop": 944555598
        },
        {
            "start": 944555604,
            "stop": 944567558
        },
        {
            "start": 944567564,
            "stop": 944570775
        },
        {
            "start": 944573186,
            "stop": 944580147
        },
        {
            "start": 944581447,
            "stop": 944582437
        },
        {
            "start": 944583263,
            "stop": 944584817
        },
        {
            "start": 944584822,
            "stop": 944585191
        },
        {
            "start": 944585197,
            "stop": 944585288
        }
    ]
}