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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=414",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 415,
    "results": [
        {
            "start": 853834691,
            "stop": 853838988
        },
        {
            "start": 853839143,
            "stop": 853839923
        },
        {
            "start": 853841156,
            "stop": 853853257
        },
        {
            "start": 853854593,
            "stop": 853862883
        },
        {
            "start": 853934433,
            "stop": 853938891
        },
        {
            "start": 853939852,
            "stop": 853943352
        },
        {
            "start": 853943354,
            "stop": 853946696
        },
        {
            "start": 854004721,
            "stop": 854005493
        },
        {
            "start": 854005494,
            "stop": 854005665
        },
        {
            "start": 854005840,
            "stop": 854006150
        },
        {
            "start": 854006258,
            "stop": 854008115
        },
        {
            "start": 854008116,
            "stop": 854009084
        },
        {
            "start": 854010660,
            "stop": 854024426
        },
        {
            "start": 854026928,
            "stop": 854035128
        },
        {
            "start": 854035396,
            "stop": 854035502
        },
        {
            "start": 854035696,
            "stop": 854036130
        },
        {
            "start": 854327996,
            "stop": 854340684
        },
        {
            "start": 854340686,
            "stop": 854344520
        },
        {
            "start": 854345269,
            "stop": 854352710
        },
        {
            "start": 854354524,
            "stop": 854369713
        }
    ]
}