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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10258",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10259,
    "results": [
        {
            "start": 874692843,
            "stop": 874693095
        },
        {
            "start": 874693129,
            "stop": 874693954
        },
        {
            "start": 874694196,
            "stop": 874694237
        },
        {
            "start": 874694271,
            "stop": 874694307
        },
        {
            "start": 874694342,
            "stop": 874694372
        },
        {
            "start": 874694406,
            "stop": 874694622
        },
        {
            "start": 874694629,
            "stop": 874694750
        },
        {
            "start": 874694784,
            "stop": 874694951
        },
        {
            "start": 874694986,
            "stop": 874695301
        },
        {
            "start": 874695309,
            "stop": 874695527
        },
        {
            "start": 874695561,
            "stop": 874695664
        },
        {
            "start": 874695705,
            "stop": 874695712
        },
        {
            "start": 874695746,
            "stop": 874695935
        },
        {
            "start": 874695943,
            "stop": 874696302
        },
        {
            "start": 874696336,
            "stop": 874696377
        },
        {
            "start": 874696395,
            "stop": 874696442
        },
        {
            "start": 874696449,
            "stop": 874696652
        },
        {
            "start": 874696669,
            "stop": 874696778
        },
        {
            "start": 874696812,
            "stop": 874696972
        },
        {
            "start": 874697039,
            "stop": 874697101
        }
    ]
}