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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=207",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 208,
    "results": [
        {
            "start": 846694019,
            "stop": 846694101
        },
        {
            "start": 846694120,
            "stop": 846694125
        },
        {
            "start": 846694130,
            "stop": 846694140
        },
        {
            "start": 846694145,
            "stop": 846694255
        },
        {
            "start": 846694259,
            "stop": 846695917
        },
        {
            "start": 846695926,
            "stop": 846698833
        },
        {
            "start": 846700050,
            "stop": 846737967
        },
        {
            "start": 846737977,
            "stop": 846737982
        },
        {
            "start": 846737986,
            "stop": 846737996
        },
        {
            "start": 846738001,
            "stop": 846738122
        },
        {
            "start": 846738126,
            "stop": 846738136
        },
        {
            "start": 846738141,
            "stop": 846743592
        },
        {
            "start": 846743596,
            "stop": 846743601
        },
        {
            "start": 846743610,
            "stop": 846745330
        },
        {
            "start": 846745334,
            "stop": 846746029
        },
        {
            "start": 846750254,
            "stop": 846750312
        },
        {
            "start": 846750315,
            "stop": 846750323
        },
        {
            "start": 846750327,
            "stop": 846750340
        },
        {
            "start": 846750344,
            "stop": 846750350
        },
        {
            "start": 846750354,
            "stop": 846750361
        }
    ]
}