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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5384",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5385,
    "results": [
        {
            "start": 971607837,
            "stop": 971607906
        },
        {
            "start": 971607909,
            "stop": 971607910
        },
        {
            "start": 971607913,
            "stop": 971608308
        },
        {
            "start": 971608311,
            "stop": 971608349
        },
        {
            "start": 971608352,
            "stop": 971608592
        },
        {
            "start": 971608595,
            "stop": 971609031
        },
        {
            "start": 971609034,
            "stop": 971609140
        },
        {
            "start": 971609143,
            "stop": 971609174
        },
        {
            "start": 971609177,
            "stop": 971609192
        },
        {
            "start": 971609195,
            "stop": 971609312
        },
        {
            "start": 971609315,
            "stop": 971609345
        },
        {
            "start": 971609348,
            "stop": 971609392
        },
        {
            "start": 971609395,
            "stop": 971609422
        },
        {
            "start": 971609425,
            "stop": 971609455
        },
        {
            "start": 971609472,
            "stop": 971609586
        },
        {
            "start": 971609589,
            "stop": 971609680
        },
        {
            "start": 971609683,
            "stop": 971609911
        },
        {
            "start": 971609914,
            "stop": 971609918
        },
        {
            "start": 971609978,
            "stop": 971609997
        },
        {
            "start": 971610000,
            "stop": 971610069
        }
    ]
}