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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=239",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 240,
    "results": [
        {
            "start": 846750035,
            "stop": 846750151
        },
        {
            "start": 846750170,
            "stop": 846750312
        },
        {
            "start": 846750315,
            "stop": 846750340
        },
        {
            "start": 846750344,
            "stop": 846750350
        },
        {
            "start": 846750354,
            "stop": 846750361
        },
        {
            "start": 846750374,
            "stop": 846750399
        },
        {
            "start": 846750403,
            "stop": 846750419
        },
        {
            "start": 846750427,
            "stop": 846750438
        },
        {
            "start": 846750470,
            "stop": 846750514
        },
        {
            "start": 846750518,
            "stop": 846750534
        },
        {
            "start": 846750537,
            "stop": 846750693
        },
        {
            "start": 846750697,
            "stop": 846750707
        },
        {
            "start": 846750716,
            "stop": 846750947
        },
        {
            "start": 846750951,
            "stop": 846751130
        },
        {
            "start": 846751154,
            "stop": 846751174
        },
        {
            "start": 846751177,
            "stop": 846751193
        },
        {
            "start": 846751202,
            "stop": 846751556
        },
        {
            "start": 846751565,
            "stop": 846826513
        },
        {
            "start": 846827779,
            "stop": 846834613
        },
        {
            "start": 846838280,
            "stop": 846838655
        }
    ]
}