Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=238
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=237",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 238,
    "results": [
        {
            "start": 846692534,
            "stop": 846692678
        },
        {
            "start": 846692682,
            "stop": 846692712
        },
        {
            "start": 846692717,
            "stop": 846693153
        },
        {
            "start": 846693172,
            "stop": 846693182
        },
        {
            "start": 846693191,
            "stop": 846693351
        },
        {
            "start": 846693365,
            "stop": 846693385
        },
        {
            "start": 846693389,
            "stop": 846693413
        },
        {
            "start": 846693438,
            "stop": 846693458
        },
        {
            "start": 846693472,
            "stop": 846693482
        },
        {
            "start": 846693491,
            "stop": 846693496
        },
        {
            "start": 846693501,
            "stop": 846693558
        },
        {
            "start": 846693562,
            "stop": 846693961
        },
        {
            "start": 846693965,
            "stop": 846693980
        },
        {
            "start": 846693994,
            "stop": 846694010
        },
        {
            "start": 846694019,
            "stop": 846703306
        },
        {
            "start": 846703887,
            "stop": 846737967
        },
        {
            "start": 846737977,
            "stop": 846737982
        },
        {
            "start": 846737986,
            "stop": 846737996
        },
        {
            "start": 846738001,
            "stop": 846743592
        },
        {
            "start": 846743596,
            "stop": 846743601
        }
    ]
}