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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5199",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5200,
    "results": [
        {
            "start": 969906172,
            "stop": 969906190
        },
        {
            "start": 969906193,
            "stop": 969906230
        },
        {
            "start": 969906233,
            "stop": 969906270
        },
        {
            "start": 969906274,
            "stop": 969906291
        },
        {
            "start": 969906294,
            "stop": 969906320
        },
        {
            "start": 969906323,
            "stop": 969906342
        },
        {
            "start": 969906345,
            "stop": 969906354
        },
        {
            "start": 969906357,
            "stop": 969906384
        },
        {
            "start": 969906387,
            "stop": 969906395
        },
        {
            "start": 969906398,
            "stop": 969906419
        },
        {
            "start": 969906422,
            "stop": 969906425
        },
        {
            "start": 969906428,
            "stop": 969906522
        },
        {
            "start": 969906525,
            "stop": 969906567
        },
        {
            "start": 969906570,
            "stop": 969906597
        },
        {
            "start": 969906600,
            "stop": 969906615
        },
        {
            "start": 969906618,
            "stop": 969906642
        },
        {
            "start": 969906646,
            "stop": 969906647
        },
        {
            "start": 969906651,
            "stop": 969906679
        },
        {
            "start": 969920144,
            "stop": 969920163
        },
        {
            "start": 969920166,
            "stop": 969921195
        }
    ]
}