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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=165",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 166,
    "results": [
        {
            "start": 832824326,
            "stop": 832852993
        },
        {
            "start": 832855777,
            "stop": 832858393
        },
        {
            "start": 832859352,
            "stop": 832860478
        },
        {
            "start": 832861690,
            "stop": 832865473
        },
        {
            "start": 832866437,
            "stop": 832882933
        },
        {
            "start": 832883900,
            "stop": 832939982
        },
        {
            "start": 832943096,
            "stop": 832954132
        },
        {
            "start": 832956078,
            "stop": 833009943
        },
        {
            "start": 833011437,
            "stop": 833016133
        },
        {
            "start": 833017570,
            "stop": 833020501
        },
        {
            "start": 833021306,
            "stop": 833026153
        },
        {
            "start": 833027870,
            "stop": 833036691
        },
        {
            "start": 833051249,
            "stop": 833051334
        },
        {
            "start": 833058643,
            "stop": 833058973
        },
        {
            "start": 833060236,
            "stop": 833061526
        },
        {
            "start": 833062522,
            "stop": 833137573
        },
        {
            "start": 833138983,
            "stop": 833140786
        },
        {
            "start": 833141296,
            "stop": 833144653
        },
        {
            "start": 833145484,
            "stop": 833147233
        },
        {
            "start": 833147789,
            "stop": 833148433
        }
    ]
}