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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6314",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6315,
    "results": [
        {
            "start": 873222809,
            "stop": 873222833
        },
        {
            "start": 873224079,
            "stop": 873224386
        },
        {
            "start": 873224387,
            "stop": 873224415
        },
        {
            "start": 873224417,
            "stop": 873224482
        },
        {
            "start": 873224483,
            "stop": 873224593
        },
        {
            "start": 873224594,
            "stop": 873224842
        },
        {
            "start": 873224843,
            "stop": 873225535
        },
        {
            "start": 873225536,
            "stop": 873226067
        },
        {
            "start": 873226068,
            "stop": 873226081
        },
        {
            "start": 873226083,
            "stop": 873226351
        },
        {
            "start": 873226353,
            "stop": 873226814
        },
        {
            "start": 873226815,
            "stop": 873226817
        },
        {
            "start": 873226819,
            "stop": 873227059
        },
        {
            "start": 873227061,
            "stop": 873227255
        },
        {
            "start": 873227256,
            "stop": 873227419
        },
        {
            "start": 873227420,
            "stop": 873227440
        },
        {
            "start": 873227441,
            "stop": 873227809
        },
        {
            "start": 873227810,
            "stop": 873228118
        },
        {
            "start": 873228119,
            "stop": 873228151
        },
        {
            "start": 873228152,
            "stop": 873228824
        }
    ]
}