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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9862",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9863,
    "results": [
        {
            "start": 874270200,
            "stop": 874270500
        },
        {
            "start": 874270560,
            "stop": 874270643
        },
        {
            "start": 874270660,
            "stop": 874270878
        },
        {
            "start": 874270895,
            "stop": 874270983
        },
        {
            "start": 874271000,
            "stop": 874271100
        },
        {
            "start": 874271160,
            "stop": 874271280
        },
        {
            "start": 874271340,
            "stop": 874271640
        },
        {
            "start": 874271760,
            "stop": 874271891
        },
        {
            "start": 874271908,
            "stop": 874271922
        },
        {
            "start": 874271939,
            "stop": 874271940
        },
        {
            "start": 874271961,
            "stop": 874272180
        },
        {
            "start": 874272300,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874274872
        },
        {
            "start": 874274992,
            "stop": 874275048
        },
        {
            "start": 874275088,
            "stop": 874275142
        },
        {
            "start": 874276785,
            "stop": 874276846
        },
        {
            "start": 874276863,
            "stop": 874277205
        },
        {
            "start": 874277280,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874277782
        },
        {
            "start": 874277809,
            "stop": 874277880
        }
    ]
}