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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=200",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 201,
    "results": [
        {
            "start": 820263557,
            "stop": 820263607
        },
        {
            "start": 820263610,
            "stop": 820264236
        },
        {
            "start": 820264239,
            "stop": 820264679
        },
        {
            "start": 820264682,
            "stop": 820264903
        },
        {
            "start": 820264907,
            "stop": 820267463
        },
        {
            "start": 820267466,
            "stop": 820267930
        },
        {
            "start": 820267933,
            "stop": 820267991
        },
        {
            "start": 820267995,
            "stop": 820269548
        },
        {
            "start": 820269552,
            "stop": 820270345
        },
        {
            "start": 820270348,
            "stop": 820272159
        },
        {
            "start": 820272162,
            "stop": 820272324
        },
        {
            "start": 820272327,
            "stop": 820272787
        },
        {
            "start": 820272791,
            "stop": 820273453
        },
        {
            "start": 820273458,
            "stop": 820273600
        },
        {
            "start": 820273603,
            "stop": 820274962
        },
        {
            "start": 820274966,
            "stop": 820275538
        },
        {
            "start": 820280037,
            "stop": 820282717
        },
        {
            "start": 820282720,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820287030
        },
        {
            "start": 820287035,
            "stop": 820287239
        }
    ]
}