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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3664",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3665,
    "results": [
        {
            "start": 872846523,
            "stop": 872847869
        },
        {
            "start": 872847886,
            "stop": 872848744
        },
        {
            "start": 872848761,
            "stop": 872850678
        },
        {
            "start": 872850695,
            "stop": 872852208
        },
        {
            "start": 872852225,
            "stop": 872853110
        },
        {
            "start": 872853127,
            "stop": 872853325
        },
        {
            "start": 872853342,
            "stop": 872855116
        },
        {
            "start": 872855133,
            "stop": 872855195
        },
        {
            "start": 872855212,
            "stop": 872855311
        },
        {
            "start": 872855328,
            "stop": 872855880
        },
        {
            "start": 872855897,
            "stop": 872856191
        },
        {
            "start": 872856208,
            "stop": 872858548
        },
        {
            "start": 872858565,
            "stop": 872861336
        },
        {
            "start": 872861353,
            "stop": 872862127
        },
        {
            "start": 872862144,
            "stop": 872864151
        },
        {
            "start": 872864168,
            "stop": 872864185
        },
        {
            "start": 872864202,
            "stop": 872865004
        },
        {
            "start": 872865021,
            "stop": 872865817
        },
        {
            "start": 872865834,
            "stop": 872865936
        },
        {
            "start": 872865953,
            "stop": 872867170
        }
    ]
}