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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=197",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 198,
    "results": [
        {
            "start": 820246538,
            "stop": 820246577
        },
        {
            "start": 820246581,
            "stop": 820246599
        },
        {
            "start": 820246603,
            "stop": 820247005
        },
        {
            "start": 820247008,
            "stop": 820247274
        },
        {
            "start": 820247278,
            "stop": 820247280
        },
        {
            "start": 820247283,
            "stop": 820247421
        },
        {
            "start": 820247425,
            "stop": 820247566
        },
        {
            "start": 820247569,
            "stop": 820247686
        },
        {
            "start": 820247689,
            "stop": 820247773
        },
        {
            "start": 820247776,
            "stop": 820247863
        },
        {
            "start": 820247864,
            "stop": 820249180
        },
        {
            "start": 820249184,
            "stop": 820249262
        },
        {
            "start": 820249266,
            "stop": 820249278
        },
        {
            "start": 820249282,
            "stop": 820249283
        },
        {
            "start": 820249286,
            "stop": 820249797
        },
        {
            "start": 820249800,
            "stop": 820249895
        },
        {
            "start": 820249898,
            "stop": 820250281
        },
        {
            "start": 820250284,
            "stop": 820250473
        },
        {
            "start": 820251115,
            "stop": 820252094
        },
        {
            "start": 820252097,
            "stop": 820252388
        }
    ]
}