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=6846
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=6847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6845",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6846,
    "results": [
        {
            "start": 873211773,
            "stop": 873211784
        },
        {
            "start": 873211789,
            "stop": 873211797
        },
        {
            "start": 873211798,
            "stop": 873211820
        },
        {
            "start": 873211824,
            "stop": 873211836
        },
        {
            "start": 873211839,
            "stop": 873211878
        },
        {
            "start": 873211881,
            "stop": 873211919
        },
        {
            "start": 873211922,
            "stop": 873212045
        },
        {
            "start": 873212046,
            "stop": 873212077
        },
        {
            "start": 873212082,
            "stop": 873212119
        },
        {
            "start": 873212120,
            "stop": 873212469
        },
        {
            "start": 873212473,
            "stop": 873212709
        },
        {
            "start": 873212712,
            "stop": 873212777
        },
        {
            "start": 873212780,
            "stop": 873212853
        },
        {
            "start": 873212854,
            "stop": 873212929
        },
        {
            "start": 873212930,
            "stop": 873212932
        },
        {
            "start": 873212933,
            "stop": 873212982
        },
        {
            "start": 873212985,
            "stop": 873213043
        },
        {
            "start": 873213044,
            "stop": 873213481
        },
        {
            "start": 873213484,
            "stop": 873213491
        },
        {
            "start": 873213494,
            "stop": 873213539
        }
    ]
}