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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1639",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1640,
    "results": [
        {
            "start": 955990267,
            "stop": 955990567
        },
        {
            "start": 955990570,
            "stop": 955990585
        },
        {
            "start": 955990588,
            "stop": 955990769
        },
        {
            "start": 955990771,
            "stop": 955990774
        },
        {
            "start": 955990777,
            "stop": 955990909
        },
        {
            "start": 955990912,
            "stop": 955991320
        },
        {
            "start": 955991322,
            "stop": 955991553
        },
        {
            "start": 955991555,
            "stop": 955991635
        },
        {
            "start": 955991637,
            "stop": 955991956
        },
        {
            "start": 955991958,
            "stop": 955991996
        },
        {
            "start": 955991998,
            "stop": 955994127
        },
        {
            "start": 955994129,
            "stop": 955994387
        },
        {
            "start": 955994389,
            "stop": 955994426
        },
        {
            "start": 955994428,
            "stop": 955995339
        },
        {
            "start": 955995341,
            "stop": 955995419
        },
        {
            "start": 955995421,
            "stop": 955995470
        },
        {
            "start": 955995472,
            "stop": 955995474
        },
        {
            "start": 955995476,
            "stop": 955997043
        },
        {
            "start": 955997045,
            "stop": 955997641
        },
        {
            "start": 955997643,
            "stop": 955997765
        }
    ]
}