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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=193",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 194,
    "results": [
        {
            "start": 1240128547,
            "stop": 1240128646
        },
        {
            "start": 1240128647,
            "stop": 1240128786
        },
        {
            "start": 1240128787,
            "stop": 1240128906
        },
        {
            "start": 1240128907,
            "stop": 1240129006
        },
        {
            "start": 1240129007,
            "stop": 1240129146
        },
        {
            "start": 1240129147,
            "stop": 1240129266
        },
        {
            "start": 1240129267,
            "stop": 1240129386
        },
        {
            "start": 1240129387,
            "stop": 1240129506
        },
        {
            "start": 1240129507,
            "stop": 1240129626
        },
        {
            "start": 1240129627,
            "stop": 1240129746
        },
        {
            "start": 1240129747,
            "stop": 1240129866
        },
        {
            "start": 1240129867,
            "stop": 1240129986
        },
        {
            "start": 1240129987,
            "stop": 1240130106
        },
        {
            "start": 1240130107,
            "stop": 1240130226
        },
        {
            "start": 1240130227,
            "stop": 1240130346
        },
        {
            "start": 1240130347,
            "stop": 1240130466
        },
        {
            "start": 1240130467,
            "stop": 1240130586
        },
        {
            "start": 1240130587,
            "stop": 1240130706
        },
        {
            "start": 1240130707,
            "stop": 1240130826
        },
        {
            "start": 1240130827,
            "stop": 1240130946
        }
    ]
}