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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=376",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 377,
    "results": [
        {
            "start": 865827685,
            "stop": 865827831
        },
        {
            "start": 865827849,
            "stop": 865828590
        },
        {
            "start": 865828650,
            "stop": 865828651
        },
        {
            "start": 865829092,
            "stop": 865829155
        },
        {
            "start": 865830058,
            "stop": 865853534
        },
        {
            "start": 865853851,
            "stop": 865855079
        },
        {
            "start": 865855101,
            "stop": 865864014
        },
        {
            "start": 865864080,
            "stop": 865864170
        },
        {
            "start": 865864230,
            "stop": 865864234
        },
        {
            "start": 865866711,
            "stop": 865869262
        },
        {
            "start": 865869283,
            "stop": 865869600
        },
        {
            "start": 865869660,
            "stop": 865870214
        },
        {
            "start": 865870233,
            "stop": 865874640
        },
        {
            "start": 865874700,
            "stop": 865875198
        },
        {
            "start": 865875231,
            "stop": 865876240
        },
        {
            "start": 865877681,
            "stop": 865883661
        },
        {
            "start": 865883697,
            "stop": 865884720
        },
        {
            "start": 865884840,
            "stop": 865885139
        },
        {
            "start": 865885182,
            "stop": 865885235
        },
        {
            "start": 865886115,
            "stop": 865887808
        }
    ]
}