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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=308",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 309,
    "results": [
        {
            "start": 851077238,
            "stop": 851083069
        },
        {
            "start": 851085360,
            "stop": 851111293
        },
        {
            "start": 851112335,
            "stop": 851144053
        },
        {
            "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": 851644587
        }
    ]
}