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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=152",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 153,
    "results": [
        {
            "start": 839872371,
            "stop": 839873859
        },
        {
            "start": 839873925,
            "stop": 839875274
        },
        {
            "start": 839875276,
            "stop": 839875908
        },
        {
            "start": 839876041,
            "stop": 839881399
        },
        {
            "start": 839881484,
            "stop": 839882907
        },
        {
            "start": 839882969,
            "stop": 839883049
        },
        {
            "start": 839883209,
            "stop": 839883344
        },
        {
            "start": 839883561,
            "stop": 839883686
        },
        {
            "start": 839883694,
            "stop": 839883740
        },
        {
            "start": 839883858,
            "stop": 839885321
        },
        {
            "start": 839885654,
            "stop": 839893198
        },
        {
            "start": 839893826,
            "stop": 839908114
        },
        {
            "start": 839909896,
            "stop": 839912370
        },
        {
            "start": 839913596,
            "stop": 839920089
        },
        {
            "start": 839920094,
            "stop": 839943896
        },
        {
            "start": 839943898,
            "stop": 839953831
        },
        {
            "start": 839975797,
            "stop": 839975872
        },
        {
            "start": 839976795,
            "stop": 839977658
        },
        {
            "start": 839982307,
            "stop": 839983683
        },
        {
            "start": 839984115,
            "stop": 840039691
        }
    ]
}