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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3054",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3055,
    "results": [
        {
            "start": 865119300,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865122180
        },
        {
            "start": 865122240,
            "stop": 865125913
        },
        {
            "start": 865125916,
            "stop": 865126320
        },
        {
            "start": 865126380,
            "stop": 865128000
        },
        {
            "start": 865128060,
            "stop": 865128247
        },
        {
            "start": 865128251,
            "stop": 865128291
        },
        {
            "start": 865128294,
            "stop": 865128420
        },
        {
            "start": 865128540,
            "stop": 865128626
        },
        {
            "start": 865128630,
            "stop": 865128645
        },
        {
            "start": 865128649,
            "stop": 865128660
        },
        {
            "start": 865128900,
            "stop": 865128960
        },
        {
            "start": 865129140,
            "stop": 865129200
        },
        {
            "start": 865129260,
            "stop": 865129261
        },
        {
            "start": 865129267,
            "stop": 865129275
        },
        {
            "start": 865129278,
            "stop": 865129321
        },
        {
            "start": 865129324,
            "stop": 865129333
        },
        {
            "start": 865129336,
            "stop": 865129351
        },
        {
            "start": 865130017,
            "stop": 865130043
        },
        {
            "start": 865130047,
            "stop": 865130100
        }
    ]
}