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=5642
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=5643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5641",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5642,
    "results": [
        {
            "start": 874513380,
            "stop": 874513532
        },
        {
            "start": 874513537,
            "stop": 874513579
        },
        {
            "start": 874513582,
            "stop": 874513585
        },
        {
            "start": 874513588,
            "stop": 874513612
        },
        {
            "start": 874513615,
            "stop": 874513631
        },
        {
            "start": 874513635,
            "stop": 874513693
        },
        {
            "start": 874513698,
            "stop": 874513714
        },
        {
            "start": 874513717,
            "stop": 874513729
        },
        {
            "start": 874513732,
            "stop": 874513772
        },
        {
            "start": 874513775,
            "stop": 874513783
        },
        {
            "start": 874513787,
            "stop": 874513797
        },
        {
            "start": 874513802,
            "stop": 874513811
        },
        {
            "start": 874513814,
            "stop": 874513860
        },
        {
            "start": 874513863,
            "stop": 874513881
        },
        {
            "start": 874513885,
            "stop": 874513889
        },
        {
            "start": 874513892,
            "stop": 874513974
        },
        {
            "start": 874515039,
            "stop": 874515843
        },
        {
            "start": 874515846,
            "stop": 874516067
        },
        {
            "start": 874516070,
            "stop": 874516106
        },
        {
            "start": 874516109,
            "stop": 874516278
        }
    ]
}