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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=375",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 376,
    "results": [
        {
            "start": 849191361,
            "stop": 849204138
        },
        {
            "start": 849204140,
            "stop": 849204950
        },
        {
            "start": 849204952,
            "stop": 849214560
        },
        {
            "start": 849219912,
            "stop": 849224285
        },
        {
            "start": 849224287,
            "stop": 849227067
        },
        {
            "start": 849227069,
            "stop": 849230485
        },
        {
            "start": 849230487,
            "stop": 849232544
        },
        {
            "start": 849232545,
            "stop": 849232736
        },
        {
            "start": 849232737,
            "stop": 849236200
        },
        {
            "start": 849236202,
            "stop": 849254241
        },
        {
            "start": 849255311,
            "stop": 849255789
        },
        {
            "start": 849255790,
            "stop": 849256612
        },
        {
            "start": 849256614,
            "stop": 849260589
        },
        {
            "start": 849260668,
            "stop": 849261972
        },
        {
            "start": 849261974,
            "stop": 849264895
        },
        {
            "start": 849264896,
            "stop": 849266913
        },
        {
            "start": 849266915,
            "stop": 849267770
        },
        {
            "start": 849267772,
            "stop": 849267901
        },
        {
            "start": 849267904,
            "stop": 849268971
        },
        {
            "start": 849269302,
            "stop": 849269685
        }
    ]
}