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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 137,
    "results": [
        {
            "start": 817988703,
            "stop": 817989693
        },
        {
            "start": 817989696,
            "stop": 817989779
        },
        {
            "start": 817989782,
            "stop": 817989794
        },
        {
            "start": 817989797,
            "stop": 817990492
        },
        {
            "start": 817990495,
            "stop": 817990958
        },
        {
            "start": 817990964,
            "stop": 817991087
        },
        {
            "start": 817991090,
            "stop": 817991238
        },
        {
            "start": 817991241,
            "stop": 817991310
        },
        {
            "start": 817991313,
            "stop": 817991357
        },
        {
            "start": 817991360,
            "stop": 817991564
        },
        {
            "start": 817991567,
            "stop": 817991741
        },
        {
            "start": 817991744,
            "stop": 817991791
        },
        {
            "start": 817991796,
            "stop": 817991841
        },
        {
            "start": 817991844,
            "stop": 817991965
        },
        {
            "start": 817991968,
            "stop": 817992054
        },
        {
            "start": 817992057,
            "stop": 817992059
        },
        {
            "start": 817992062,
            "stop": 817992555
        },
        {
            "start": 817992558,
            "stop": 817992592
        },
        {
            "start": 817992595,
            "stop": 817992611
        },
        {
            "start": 817992614,
            "stop": 817992636
        }
    ]
}