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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 27,
    "results": [
        {
            "start": 1400314767,
            "stop": 1400336542
        },
        {
            "start": 1400371756,
            "stop": 1400376367
        },
        {
            "start": 1400376374,
            "stop": 1400377001
        },
        {
            "start": 1400377006,
            "stop": 1400377130
        },
        {
            "start": 1400382049,
            "stop": 1400382235
        },
        {
            "start": 1400382242,
            "stop": 1400383280
        },
        {
            "start": 1400383287,
            "stop": 1400383620
        },
        {
            "start": 1400383624,
            "stop": 1400388818
        },
        {
            "start": 1400388825,
            "stop": 1400389473
        },
        {
            "start": 1400389479,
            "stop": 1400390000
        },
        {
            "start": 1400390007,
            "stop": 1400395516
        },
        {
            "start": 1400395523,
            "stop": 1400399405
        },
        {
            "start": 1400403323,
            "stop": 1400408669
        },
        {
            "start": 1400412161,
            "stop": 1400418974
        },
        {
            "start": 1400418980,
            "stop": 1400420170
        },
        {
            "start": 1400420177,
            "stop": 1400421780
        },
        {
            "start": 1400421783,
            "stop": 1400421930
        },
        {
            "start": 1400421935,
            "stop": 1400422673
        },
        {
            "start": 1400422680,
            "stop": 1400422694
        },
        {
            "start": 1400422699,
            "stop": 1400422715
        }
    ]
}