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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1939",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1940,
    "results": [
        {
            "start": 851077238,
            "stop": 851083099
        },
        {
            "start": 851085360,
            "stop": 851111336
        },
        {
            "start": 851112335,
            "stop": 851144096
        },
        {
            "start": 851376354,
            "stop": 851380460
        },
        {
            "start": 851380470,
            "stop": 851380485
        },
        {
            "start": 851380490,
            "stop": 851388387
        },
        {
            "start": 851389234,
            "stop": 851395580
        },
        {
            "start": 851396041,
            "stop": 851399736
        },
        {
            "start": 851400719,
            "stop": 851407879
        },
        {
            "start": 851408425,
            "stop": 851463977
        },
        {
            "start": 851467126,
            "stop": 851467234
        },
        {
            "start": 851467814,
            "stop": 851468492
        },
        {
            "start": 851468498,
            "stop": 851468535
        },
        {
            "start": 851468540,
            "stop": 851507045
        },
        {
            "start": 851507048,
            "stop": 851513219
        },
        {
            "start": 851516309,
            "stop": 851520002
        },
        {
            "start": 851520112,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851521110
        },
        {
            "start": 851521410,
            "stop": 851521900
        },
        {
            "start": 851523205,
            "stop": 851577450
        }
    ]
}