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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46715",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46716,
    "results": [
        {
            "start": 875060139,
            "stop": 875060144
        },
        {
            "start": 875060145,
            "stop": 875060147
        },
        {
            "start": 875060148,
            "stop": 875060154
        },
        {
            "start": 875060155,
            "stop": 875060216
        },
        {
            "start": 875060217,
            "stop": 875060222
        },
        {
            "start": 875060224,
            "stop": 875060265
        },
        {
            "start": 875060266,
            "stop": 875060304
        },
        {
            "start": 875060305,
            "stop": 875060307
        },
        {
            "start": 875060309,
            "stop": 875060334
        },
        {
            "start": 875060335,
            "stop": 875060353
        },
        {
            "start": 875060355,
            "stop": 875060393
        },
        {
            "start": 875060395,
            "stop": 875060396
        },
        {
            "start": 875060397,
            "stop": 875060403
        },
        {
            "start": 875060405,
            "stop": 875060433
        },
        {
            "start": 875060434,
            "stop": 875060435
        },
        {
            "start": 875060437,
            "stop": 875060445
        },
        {
            "start": 875060446,
            "stop": 875060450
        },
        {
            "start": 875060451,
            "stop": 875060478
        },
        {
            "start": 875060479,
            "stop": 875060480
        },
        {
            "start": 875060481,
            "stop": 875060484
        }
    ]
}