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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7919",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7917",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7918,
    "results": [
        {
            "start": 969993104,
            "stop": 969993113
        },
        {
            "start": 969993122,
            "stop": 969993123
        },
        {
            "start": 969993129,
            "stop": 969993596
        },
        {
            "start": 969993599,
            "stop": 969993615
        },
        {
            "start": 969993618,
            "stop": 969993662
        },
        {
            "start": 969993665,
            "stop": 969993690
        },
        {
            "start": 969993693,
            "stop": 969993719
        },
        {
            "start": 969993722,
            "stop": 969993750
        },
        {
            "start": 969993758,
            "stop": 969993829
        },
        {
            "start": 969993832,
            "stop": 969993854
        },
        {
            "start": 969993857,
            "stop": 969993878
        },
        {
            "start": 969993892,
            "stop": 969993902
        },
        {
            "start": 969993905,
            "stop": 969993919
        },
        {
            "start": 969993924,
            "stop": 969994083
        },
        {
            "start": 969994087,
            "stop": 969994115
        },
        {
            "start": 969994118,
            "stop": 969994168
        },
        {
            "start": 969994171,
            "stop": 969994373
        },
        {
            "start": 969994376,
            "stop": 969994400
        },
        {
            "start": 969994403,
            "stop": 969994536
        },
        {
            "start": 969994539,
            "stop": 969994685
        }
    ]
}