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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4785",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4783",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4784,
    "results": [
        {
            "start": 970578863,
            "stop": 970578876
        },
        {
            "start": 970578879,
            "stop": 970579027
        },
        {
            "start": 970579048,
            "stop": 970579179
        },
        {
            "start": 970579182,
            "stop": 970579205
        },
        {
            "start": 970579208,
            "stop": 970579425
        },
        {
            "start": 970579428,
            "stop": 970579611
        },
        {
            "start": 970579614,
            "stop": 970579798
        },
        {
            "start": 970579801,
            "stop": 970579918
        },
        {
            "start": 970579921,
            "stop": 970580020
        },
        {
            "start": 970580041,
            "stop": 970580138
        },
        {
            "start": 970589505,
            "stop": 970589783
        },
        {
            "start": 970589786,
            "stop": 970589811
        },
        {
            "start": 970589814,
            "stop": 970589815
        },
        {
            "start": 970589818,
            "stop": 970589875
        },
        {
            "start": 970589878,
            "stop": 970589892
        },
        {
            "start": 970589896,
            "stop": 970589930
        },
        {
            "start": 970594964,
            "stop": 970594968
        },
        {
            "start": 970594971,
            "stop": 970595378
        },
        {
            "start": 970595438,
            "stop": 970595664
        },
        {
            "start": 970595668,
            "stop": 970595859
        }
    ]
}