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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=160",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 161,
    "results": [
        {
            "start": 832643192,
            "stop": 832643222
        },
        {
            "start": 832643245,
            "stop": 832643266
        },
        {
            "start": 832643270,
            "stop": 832643358
        },
        {
            "start": 832643367,
            "stop": 832643393
        },
        {
            "start": 832643397,
            "stop": 832643465
        },
        {
            "start": 832643468,
            "stop": 832643619
        },
        {
            "start": 832643622,
            "stop": 832643628
        },
        {
            "start": 832643637,
            "stop": 832643667
        },
        {
            "start": 832643670,
            "stop": 832643681
        },
        {
            "start": 832643685,
            "stop": 832643691
        },
        {
            "start": 832643724,
            "stop": 832643744
        },
        {
            "start": 832643748,
            "stop": 832643815
        },
        {
            "start": 832643819,
            "stop": 832643830
        },
        {
            "start": 832643858,
            "stop": 832643890
        },
        {
            "start": 832644944,
            "stop": 832650592
        },
        {
            "start": 832652759,
            "stop": 832652821
        },
        {
            "start": 832654620,
            "stop": 832682532
        },
        {
            "start": 832687146,
            "stop": 832698042
        },
        {
            "start": 832698046,
            "stop": 832699026
        },
        {
            "start": 832715712,
            "stop": 832716668
        }
    ]
}