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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=231",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 232,
    "results": [
        {
            "start": 851074022,
            "stop": 851074040
        },
        {
            "start": 851074150,
            "stop": 851074279
        },
        {
            "start": 851074830,
            "stop": 851075613
        },
        {
            "start": 851076015,
            "stop": 851076619
        },
        {
            "start": 851076919,
            "stop": 851076938
        },
        {
            "start": 851077238,
            "stop": 851083091
        },
        {
            "start": 851085360,
            "stop": 851111328
        },
        {
            "start": 851112335,
            "stop": 851144096
        },
        {
            "start": 851376354,
            "stop": 851380452
        },
        {
            "start": 851380498,
            "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": 851468484
        },
        {
            "start": 851468506,
            "stop": 851468527
        },
        {
            "start": 851468548,
            "stop": 851507037
        },
        {
            "start": 851507056,
            "stop": 851513219
        },
        {
            "start": 851516309,
            "stop": 851520002
        }
    ]
}