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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7419",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7420,
    "results": [
        {
            "start": 969911454,
            "stop": 969911502
        },
        {
            "start": 969911505,
            "stop": 969911523
        },
        {
            "start": 969911527,
            "stop": 969911545
        },
        {
            "start": 969911548,
            "stop": 969911567
        },
        {
            "start": 969911807,
            "stop": 969911925
        },
        {
            "start": 969911928,
            "stop": 969912024
        },
        {
            "start": 969912027,
            "stop": 969912059
        },
        {
            "start": 969912062,
            "stop": 969912071
        },
        {
            "start": 969912074,
            "stop": 969912110
        },
        {
            "start": 969912113,
            "stop": 969912140
        },
        {
            "start": 969912143,
            "stop": 969912150
        },
        {
            "start": 969912153,
            "stop": 969912202
        },
        {
            "start": 969912205,
            "stop": 969912207
        },
        {
            "start": 969912210,
            "stop": 969912213
        },
        {
            "start": 969912216,
            "stop": 969912224
        },
        {
            "start": 969912347,
            "stop": 969912350
        },
        {
            "start": 969912353,
            "stop": 969912377
        },
        {
            "start": 969912380,
            "stop": 969912409
        },
        {
            "start": 969912412,
            "stop": 969912426
        },
        {
            "start": 969912429,
            "stop": 969912616
        }
    ]
}