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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=198",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 199,
    "results": [
        {
            "start": 933304651,
            "stop": 933304662
        },
        {
            "start": 933304665,
            "stop": 933304708
        },
        {
            "start": 933304710,
            "stop": 933304722
        },
        {
            "start": 933304725,
            "stop": 933304737
        },
        {
            "start": 933304741,
            "stop": 933304752
        },
        {
            "start": 933304755,
            "stop": 933304768
        },
        {
            "start": 933304770,
            "stop": 933304783
        },
        {
            "start": 933304785,
            "stop": 933304798
        },
        {
            "start": 933304800,
            "stop": 933304872
        },
        {
            "start": 933304875,
            "stop": 933304887
        },
        {
            "start": 933304890,
            "stop": 933304902
        },
        {
            "start": 933304905,
            "stop": 933304918
        },
        {
            "start": 933304920,
            "stop": 933304993
        },
        {
            "start": 933304995,
            "stop": 933305008
        },
        {
            "start": 933305011,
            "stop": 933305038
        },
        {
            "start": 933305040,
            "stop": 933305439
        },
        {
            "start": 933305559,
            "stop": 933305681
        },
        {
            "start": 933305684,
            "stop": 933306627
        },
        {
            "start": 933306629,
            "stop": 933307215
        },
        {
            "start": 933307575,
            "stop": 933308261
        }
    ]
}