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=4701
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=4702",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4700",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4701,
    "results": [
        {
            "start": 969965963,
            "stop": 969966240
        },
        {
            "start": 969966243,
            "stop": 969966245
        },
        {
            "start": 969966248,
            "stop": 969966354
        },
        {
            "start": 969966357,
            "stop": 969966444
        },
        {
            "start": 969966447,
            "stop": 969966497
        },
        {
            "start": 969966500,
            "stop": 969966565
        },
        {
            "start": 969966568,
            "stop": 969966729
        },
        {
            "start": 969966732,
            "stop": 969966767
        },
        {
            "start": 969966770,
            "stop": 969966953
        },
        {
            "start": 969966956,
            "stop": 969966974
        },
        {
            "start": 969966977,
            "stop": 969967102
        },
        {
            "start": 969967105,
            "stop": 969967114
        },
        {
            "start": 969967117,
            "stop": 969967441
        },
        {
            "start": 969967444,
            "stop": 969967817
        },
        {
            "start": 969967820,
            "stop": 969968039
        },
        {
            "start": 969968042,
            "stop": 969968110
        },
        {
            "start": 969968113,
            "stop": 969968266
        },
        {
            "start": 969968269,
            "stop": 969968303
        },
        {
            "start": 969968306,
            "stop": 969968307
        },
        {
            "start": 969968324,
            "stop": 969968480
        }
    ]
}