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=4665
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=4666",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4664",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4665,
    "results": [
        {
            "start": 969710266,
            "stop": 969710399
        },
        {
            "start": 969710402,
            "stop": 969710697
        },
        {
            "start": 969710700,
            "stop": 969710888
        },
        {
            "start": 969710892,
            "stop": 969710959
        },
        {
            "start": 969710963,
            "stop": 969710979
        },
        {
            "start": 969710982,
            "stop": 969711141
        },
        {
            "start": 969711144,
            "stop": 969711213
        },
        {
            "start": 969711216,
            "stop": 969711232
        },
        {
            "start": 969711235,
            "stop": 969711455
        },
        {
            "start": 969711458,
            "stop": 969711467
        },
        {
            "start": 969711470,
            "stop": 969711700
        },
        {
            "start": 969711703,
            "stop": 969711711
        },
        {
            "start": 969711715,
            "stop": 969711726
        },
        {
            "start": 969711729,
            "stop": 969711816
        },
        {
            "start": 969711819,
            "stop": 969711853
        },
        {
            "start": 969711856,
            "stop": 969711882
        },
        {
            "start": 969711885,
            "stop": 969712001
        },
        {
            "start": 969712004,
            "stop": 969712023
        },
        {
            "start": 969712026,
            "stop": 969712067
        },
        {
            "start": 969712070,
            "stop": 969712166
        }
    ]
}