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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 4,
    "results": [
        {
            "start": 1370903844,
            "stop": 1370906046
        },
        {
            "start": 1370908100,
            "stop": 1370941750
        },
        {
            "start": 1370948222,
            "stop": 1370967383
        },
        {
            "start": 1370968852,
            "stop": 1370970817
        },
        {
            "start": 1370970875,
            "stop": 1370978702
        },
        {
            "start": 1370990539,
            "stop": 1370990822
        },
        {
            "start": 1370991732,
            "stop": 1370991785
        },
        {
            "start": 1370992977,
            "stop": 1371014581
        },
        {
            "start": 1371017689,
            "stop": 1371039832
        },
        {
            "start": 1371046265,
            "stop": 1371064179
        },
        {
            "start": 1371073351,
            "stop": 1371104696
        },
        {
            "start": 1371109596,
            "stop": 1371137350
        },
        {
            "start": 1371143013,
            "stop": 1371155685
        },
        {
            "start": 1371174393,
            "stop": 1371200877
        },
        {
            "start": 1371205514,
            "stop": 1371213012
        },
        {
            "start": 1371219872,
            "stop": 1371220233
        },
        {
            "start": 1371226759,
            "stop": 1371239274
        },
        {
            "start": 1371239640,
            "stop": 1371239877
        },
        {
            "start": 1371242388,
            "stop": 1371243775
        },
        {
            "start": 1371248677,
            "stop": 1371269363
        }
    ]
}