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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=337",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 338,
    "results": [
        {
            "start": 845538185,
            "stop": 845538186
        },
        {
            "start": 845538193,
            "stop": 845540744
        },
        {
            "start": 845541540,
            "stop": 845543485
        },
        {
            "start": 845543487,
            "stop": 845547992
        },
        {
            "start": 845551888,
            "stop": 845556604
        },
        {
            "start": 845557310,
            "stop": 845563513
        },
        {
            "start": 845563515,
            "stop": 845575383
        },
        {
            "start": 845575523,
            "stop": 845575669
        },
        {
            "start": 845575778,
            "stop": 845577601
        },
        {
            "start": 845577603,
            "stop": 845581216
        },
        {
            "start": 845581217,
            "stop": 845583587
        },
        {
            "start": 845583589,
            "stop": 845586561
        },
        {
            "start": 845586563,
            "stop": 845587097
        },
        {
            "start": 845587099,
            "stop": 845590827
        },
        {
            "start": 845590828,
            "stop": 845597420
        },
        {
            "start": 845597422,
            "stop": 845600848
        },
        {
            "start": 845600851,
            "stop": 845601958
        },
        {
            "start": 845601960,
            "stop": 845606002
        },
        {
            "start": 845606004,
            "stop": 845610238
        },
        {
            "start": 845610240,
            "stop": 845610772
        }
    ]
}