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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5322",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5320",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5321,
    "results": [
        {
            "start": 1137217680,
            "stop": 1137217681
        },
        {
            "start": 1137217683,
            "stop": 1137217781
        },
        {
            "start": 1137217784,
            "stop": 1137218100
        },
        {
            "start": 1137218104,
            "stop": 1137218308
        },
        {
            "start": 1137218309,
            "stop": 1137218311
        },
        {
            "start": 1137218313,
            "stop": 1137218378
        },
        {
            "start": 1137218380,
            "stop": 1137218470
        },
        {
            "start": 1137218474,
            "stop": 1137218531
        },
        {
            "start": 1137218533,
            "stop": 1137218536
        },
        {
            "start": 1137218538,
            "stop": 1137218588
        },
        {
            "start": 1137218590,
            "stop": 1137218648
        },
        {
            "start": 1137218650,
            "stop": 1137218717
        },
        {
            "start": 1137218719,
            "stop": 1137218734
        },
        {
            "start": 1137218736,
            "stop": 1137218818
        },
        {
            "start": 1137218820,
            "stop": 1137218821
        },
        {
            "start": 1137218823,
            "stop": 1137218835
        },
        {
            "start": 1137218837,
            "stop": 1137218840
        },
        {
            "start": 1137218842,
            "stop": 1137219007
        },
        {
            "start": 1137219010,
            "stop": 1137219221
        },
        {
            "start": 1137219223,
            "stop": 1137219386
        }
    ]
}