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=4764
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=4765",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4763",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4764,
    "results": [
        {
            "start": 970315887,
            "stop": 970315925
        },
        {
            "start": 970315928,
            "stop": 970315936
        },
        {
            "start": 970315939,
            "stop": 970315956
        },
        {
            "start": 970315959,
            "stop": 970315984
        },
        {
            "start": 970315987,
            "stop": 970315998
        },
        {
            "start": 970316001,
            "stop": 970316008
        },
        {
            "start": 970316011,
            "stop": 970316012
        },
        {
            "start": 970316015,
            "stop": 970316092
        },
        {
            "start": 970316096,
            "stop": 970316099
        },
        {
            "start": 970316102,
            "stop": 970316111
        },
        {
            "start": 970316114,
            "stop": 970316134
        },
        {
            "start": 970316137,
            "stop": 970316145
        },
        {
            "start": 970316149,
            "stop": 970316251
        },
        {
            "start": 970316272,
            "stop": 970316275
        },
        {
            "start": 970316278,
            "stop": 970316389
        },
        {
            "start": 970316396,
            "stop": 970316522
        },
        {
            "start": 970316525,
            "stop": 970316702
        },
        {
            "start": 970316706,
            "stop": 970316714
        },
        {
            "start": 970316717,
            "stop": 970316814
        },
        {
            "start": 970316818,
            "stop": 970316872
        }
    ]
}