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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16776",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16777,
    "results": [
        {
            "start": 875111828,
            "stop": 875111846
        },
        {
            "start": 875111847,
            "stop": 875111865
        },
        {
            "start": 875111866,
            "stop": 875111884
        },
        {
            "start": 875111885,
            "stop": 875111914
        },
        {
            "start": 875111915,
            "stop": 875112063
        },
        {
            "start": 875112065,
            "stop": 875112071
        },
        {
            "start": 875112072,
            "stop": 875112128
        },
        {
            "start": 875112129,
            "stop": 875112145
        },
        {
            "start": 875112147,
            "stop": 875112226
        },
        {
            "start": 875112227,
            "stop": 875112269
        },
        {
            "start": 875112272,
            "stop": 875112437
        },
        {
            "start": 875112439,
            "stop": 875112441
        },
        {
            "start": 875112443,
            "stop": 875112450
        },
        {
            "start": 875112453,
            "stop": 875112480
        },
        {
            "start": 875112482,
            "stop": 875112628
        },
        {
            "start": 875112632,
            "stop": 875112657
        },
        {
            "start": 875112661,
            "stop": 875112665
        },
        {
            "start": 875112667,
            "stop": 875112673
        },
        {
            "start": 875112674,
            "stop": 875112676
        },
        {
            "start": 875112677,
            "stop": 875112687
        }
    ]
}