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=5845
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=5846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5844",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5845,
    "results": [
        {
            "start": 874741160,
            "stop": 874741212
        },
        {
            "start": 874741215,
            "stop": 874741260
        },
        {
            "start": 874741263,
            "stop": 874741473
        },
        {
            "start": 874741477,
            "stop": 874741512
        },
        {
            "start": 874741515,
            "stop": 874741604
        },
        {
            "start": 874741607,
            "stop": 874741632
        },
        {
            "start": 874741636,
            "stop": 874741772
        },
        {
            "start": 874741776,
            "stop": 874741846
        },
        {
            "start": 874741849,
            "stop": 874741877
        },
        {
            "start": 874741880,
            "stop": 874742048
        },
        {
            "start": 874742051,
            "stop": 874742115
        },
        {
            "start": 874742118,
            "stop": 874742120
        },
        {
            "start": 874742124,
            "stop": 874742152
        },
        {
            "start": 874742155,
            "stop": 874742256
        },
        {
            "start": 874742260,
            "stop": 874742261
        },
        {
            "start": 874742265,
            "stop": 874742289
        },
        {
            "start": 874742293,
            "stop": 874742337
        },
        {
            "start": 874742340,
            "stop": 874742354
        },
        {
            "start": 874742358,
            "stop": 874742396
        },
        {
            "start": 874742399,
            "stop": 874742401
        }
    ]
}