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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=268",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 269,
    "results": [
        {
            "start": 850056837,
            "stop": 850056930
        },
        {
            "start": 850056934,
            "stop": 850056978
        },
        {
            "start": 850057001,
            "stop": 850057026
        },
        {
            "start": 850057035,
            "stop": 850057114
        },
        {
            "start": 850057123,
            "stop": 850057203
        },
        {
            "start": 850057207,
            "stop": 850057227
        },
        {
            "start": 850057231,
            "stop": 850057256
        },
        {
            "start": 850057259,
            "stop": 850057433
        },
        {
            "start": 850057437,
            "stop": 850060195
        },
        {
            "start": 850060199,
            "stop": 850060229
        },
        {
            "start": 850060233,
            "stop": 850060305
        },
        {
            "start": 850060314,
            "stop": 850060320
        },
        {
            "start": 850060328,
            "stop": 850060345
        },
        {
            "start": 850060348,
            "stop": 850060676
        },
        {
            "start": 850060680,
            "stop": 850060686
        },
        {
            "start": 850060690,
            "stop": 850060764
        },
        {
            "start": 850060767,
            "stop": 850060788
        },
        {
            "start": 850060806,
            "stop": 850060915
        },
        {
            "start": 850060928,
            "stop": 850060939
        },
        {
            "start": 850060943,
            "stop": 850060954
        }
    ]
}