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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=138",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 139,
    "results": [
        {
            "start": 953647161,
            "stop": 953647628
        },
        {
            "start": 953647697,
            "stop": 953647756
        },
        {
            "start": 953647829,
            "stop": 953648225
        },
        {
            "start": 953648228,
            "stop": 953650988
        },
        {
            "start": 953652548,
            "stop": 953654445
        },
        {
            "start": 953670172,
            "stop": 953670359
        },
        {
            "start": 953672117,
            "stop": 953672220
        },
        {
            "start": 953672224,
            "stop": 953674513
        },
        {
            "start": 953677854,
            "stop": 953686132
        },
        {
            "start": 953687731,
            "stop": 953720039
        },
        {
            "start": 953723264,
            "stop": 953744353
        },
        {
            "start": 953747723,
            "stop": 953768609
        },
        {
            "start": 953778450,
            "stop": 953796172
        },
        {
            "start": 953803579,
            "stop": 953821820
        },
        {
            "start": 953826693,
            "stop": 953835572
        },
        {
            "start": 953839193,
            "stop": 953846605
        },
        {
            "start": 953876264,
            "stop": 953876297
        },
        {
            "start": 953876314,
            "stop": 953898079
        },
        {
            "start": 953927267,
            "stop": 953927335
        },
        {
            "start": 953927341,
            "stop": 953927384
        }
    ]
}